Filesystem services: Difference between revisions
No edit summary |
|||
Line 40: | Line 40: | ||
| 22 || CreateSaveData | | 22 || CreateSaveData | ||
|- | |- | ||
| 23 || CreateSystemSaveData | | 23 || [[#CreateSystemSaveData]] | ||
|- | |- | ||
| 24 || RegisterSaveDataAtomicDeletion | | 24 || RegisterSaveDataAtomicDeletion | ||
Line 56: | Line 56: | ||
| 51 || MountSaveData | | 51 || MountSaveData | ||
|- | |- | ||
| 52 || MountSystemSaveData | | 52 || [[#MountSystemSaveData]] | ||
|- | |- | ||
| 53 || Returns an [[#IFileSystem]]. | | 53 || Returns an [[#IFileSystem]]. | ||
Line 179: | Line 179: | ||
== 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. | ||
== MountSystemSaveData == | |||
Mounts savedata(savecommon/saveuser) in the SYSTEM [[Flash_Filesystem|NAND]] partition. One of the input params is the u64 [[Flash_Filesystem|saveID]]. | |||
== CreateSystemSaveData == | |||
Creates savedata(savecommon/saveuser) in the SYSTEM [[Flash_Filesystem|NAND]] partition. One of the input params is the u64 [[Flash_Filesystem|saveID]]. | |||
== MountContentStorage == | == MountContentStorage == |