Changes

no edit summary
Line 662: Line 662:  
! Cmd || Name || Notes
 
! Cmd || Name || Notes
 
|-
 
|-
| 0 || || Takes a type-0x6 output buffer. Returns an output u64 for total output entries. This buffer contains an array of 0x120-byte entries.
+
| 0 || || Takes a type-0x6 output buffer. Returns an output u64 for total output entries. This buffer contains an array of [[#SaveDataInfo]].
 
|}
 
|}
   −
The above is used to get SaveDataInfo for all savedata on the system. When used multiple times, it will resume reading where it left off, until no more entries are available.
+
The above is used to get [[#SaveDataInfo]] for all savedata on the system. When used multiple times, it will resume reading where it left off, until no more entries are available.
    
= IDeviceOperator =
 
= IDeviceOperator =
Line 922: Line 922:     
The 0x10-byte struct passed to [[#CreateSaveDataFileSystem]] has the first 0x5-bytes set to all-zero.
 
The 0x10-byte struct passed to [[#CreateSaveDataFileSystem]] has the first 0x5-bytes set to all-zero.
 +
 +
=SaveDataInfo=
 +
This is a 0x120-byte struct.
    
[[Category:Services]]
 
[[Category:Services]]