Filesystem services: Difference between revisions

Line 48: Line 48:
| 21 || DeleteSaveData
| 21 || DeleteSaveData
|-
|-
| 22 || [[#CreateMountSaveData]]
| 22 || [[#CreateSaveData]]
|-
|-
| 23 || [[#CreateSystemSaveData]]
| 23 || [[#CreateSystemSaveData]]
Line 190: Line 190:
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.


== CreateMountSaveData ==
== CreateSaveData ==
Creates regular savedata or mounts it, depending on input.
Creates regular savedata.


== MountSystemSaveData ==
== MountSystemSaveData ==