NCM services: Difference between revisions

Rei (talk | contribs)
NcaID: typo
Adubbz (talk | contribs)
Correct return order
Line 372: Line 372:
This function takes in a type 6 buffer to write entries to, and a u8 "filter" [[#Title_Types|type]]. If filter is zero, all update records will be copied to to the output buffer (space permitting). Otherwise, only titles with type == filter_type will be copied to the output buffer.
This function takes in a type 6 buffer to write entries to, and a u8 "filter" [[#Title_Types|type]]. If filter is zero, all update records will be copied to to the output buffer (space permitting). Otherwise, only titles with type == filter_type will be copied to the output buffer.


This func returns a u32 num_entries_written, and a u32 num_entries_total.
This func returns a u32 num_entries_total, and a u32 num_entries_written.


==== ReadEntryMetaRecords ====
==== ReadEntryMetaRecords ====