Filesystem services: Difference between revisions
No edit summary |
OpenGameCardPartition => Gamecard Format |
||
Line 62: | Line 62: | ||
| 27 || | | 27 || | ||
|- | |- | ||
| 30 || OpenGameCardPartition | | 30 || [[#OpenGameCardPartition]] | ||
|- | |- | ||
| 31 || [[#MountGameCardPartition]] | | 31 || [[#MountGameCardPartition]] | ||
Line 206: | Line 206: | ||
Creates savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition. | Creates savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition. | ||
== OpenGameCardPartition == | |||
Takes an input u32 (partition ID), and returns an [[#IStorage]] for the [[Gamecard_Format|partition]]. | |||
== MountGameCardPartition == | == MountGameCardPartition == | ||
Line 212: | Line 216: | ||
Returns an [[#IFileSystem]]. | Returns an [[#IFileSystem]]. | ||
Mounts a | Mounts a gamecard [[Gamecard_Partition|partition]]. | ||
== MountSaveData == | == MountSaveData == |