Filesystem services: Difference between revisions
No edit summary |
|||
Line 48: | Line 48: | ||
| 21 || DeleteSaveData | | 21 || DeleteSaveData | ||
|- | |- | ||
| 22 || | | 22 || [[#CreateMountSaveData]] | ||
|- | |- | ||
| 23 || [[#CreateSystemSaveData]] | | 23 || [[#CreateSystemSaveData]] | ||
Line 64: | Line 64: | ||
| 31 || MountGameCardPartition | | 31 || MountGameCardPartition | ||
|- | |- | ||
| 51 || | | 51 || <Mount*>? | ||
|- | |- | ||
| 52 || [[#MountSystemSaveData]] | | 52 || [[#MountSystemSaveData]] | ||
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. | ||
== CreateMountSaveData == | |||
Creates regular savedata or mounts it, depending on input. | |||
== MountSystemSaveData == | == MountSystemSaveData == |