Changes

Jump to navigation Jump to search
195 bytes added ,  22:19, 23 September 2019
no edit summary
Line 292: Line 292:     
== ListApplicationRecord ==
 
== ListApplicationRecord ==
Takes a type-6 output buffer and an u32 entry_offset.
+
Takes a type-0x6 output buffer containing an array of the below record and an s32 entry_offset, returns an output s32 out_entrycount.
   −
Returns an array of title-info entries using the specified offset and size. No input titleID is passed to this.
+
Returns an array of entries with the below format using the specified offset and count.
    
=== Application Record Format ===
 
=== Application Record Format ===
Line 370: Line 370:     
== ListApplicationContentMetaStatus ==
 
== ListApplicationContentMetaStatus ==
Returns 0x10-byte entries using the specified titleID starting at the specified u32 entryindex. Can only return game titles. The second entry if any is the update-title usually. When the input entryindex is >= totalentries, this will return 0 with out_entrycount=0.
+
Takes a type-0x6 output buffer containing an array of the below entries, an input s32 index and u64 titleID, returns an output s32 out_entrycount.
 +
 
 +
Returns 0x10-byte entries using the specified titleID starting at the specified index. Can only return game titles. The second entry if any is the update-title usually. When the input entryindex is >= totalentries, this will return 0 with out_entrycount=0.
    
Entry structure:
 
Entry structure:

Navigation menu