Changes

Jump to navigation Jump to search
No change in size ,  13:39, 13 July 2018
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 ====
48

edits

Navigation menu