Changes

167 bytes added ,  23:54, 25 March 2018
no edit summary
Line 467: Line 467:     
== OpenSaveDataInfoReaderBySaveDataSpaceId ==
 
== OpenSaveDataInfoReaderBySaveDataSpaceId ==
Takes an input u8, returns an output [[#ISaveDataInfoReader]].
+
Takes an input u8 [[#SaveDataSpaceId]], returns an output [[#ISaveDataInfoReader]].
    
== OpenContentStorageFileSystem ==
 
== OpenContentStorageFileSystem ==
Line 668: Line 668:  
|}
 
|}
   −
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 (or all savedata for the current [[#SaveDataSpaceId]]). When used multiple times, it will resume reading where it left off, until no more entries are available.
    
= IDeviceOperator =
 
= IDeviceOperator =
Line 798: Line 798:  
| 2 || SdCard
 
| 2 || SdCard
 
|}
 
|}
 +
 +
= SaveDataSpaceId =
 +
Only values 0-2 are valid. This is the same as [[#ContentStorageId]].
    
= ContentPath =
 
= ContentPath =