Filesystem services: Difference between revisions
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
| 19 || FormatSdCard | | 19 || FormatSdCard | ||
|- | |- | ||
| 21 || DeleteSaveData | | 21 || [[#DeleteSaveData]] | ||
|- | |- | ||
| 22 || [[#CreateSaveData]] | | 22 || [[#CreateSaveData]] | ||
Line 189: | Line 189: | ||
== OpenBisPartition == | == OpenBisPartition == | ||
Takes a u32 partition ID, returns 0x2EE202 for partitions which do not exist, 0x320002 for partitions which cannot be opened and a valid [[#IStorage]] handle otherwise. | Takes a u32 partition ID, returns 0x2EE202 for partitions which do not exist, 0x320002 for partitions which cannot be opened and a valid [[#IStorage]] handle otherwise. | ||
== DeleteSaveData == | |||
Takes an input u64. | |||
== CreateSaveData == | == CreateSaveData == |