Filesystem services: Difference between revisions
No edit summary |
|||
Line 62: | Line 62: | ||
| 30 || OpenGameCardPartition | | 30 || OpenGameCardPartition | ||
|- | |- | ||
| 31 || MountGameCardPartition | | 31 || [[#MountGameCardPartition]] | ||
|- | |- | ||
| 51 || [[#MountSaveData]] | | 51 || [[#MountSaveData]] | ||
Line 204: | Line 204: | ||
Creates savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition. | Creates savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition. | ||
== MountGameCardPartition == | |||
Takes two input u32s, with the second u32 located at +4 in rawdata after the first u32. | |||
Returns an [[#IFileSystem]]. | |||
== MountSaveData == | == MountSaveData == |