Filesystem services: Difference between revisions
Line 48: | Line 48: | ||
| 21 || DeleteSaveData | | 21 || DeleteSaveData | ||
|- | |- | ||
| 22 || [[# | | 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. | ||
== | == CreateSaveData == | ||
Creates regular savedata | Creates regular savedata. | ||
== MountSystemSaveData == | == MountSystemSaveData == |