Line 64: |
Line 64: |
| | 31 || MountGameCardPartition | | | 31 || MountGameCardPartition |
| |- | | |- |
− | | 51 || MountSavedata | + | | 51 || [[#MountSavedata]] |
| |- | | |- |
| | 52 || [[#MountSystemSaveData]] | | | 52 || [[#MountSystemSaveData]] |
Line 192: |
Line 192: |
| == CreateSaveData == | | == CreateSaveData == |
| Creates regular savedata. | | Creates regular savedata. |
| + | |
| + | == CreateSystemSaveData == |
| + | Takes a 0x40-byte Save-struct entry and a 0x40-byte SaveCreate-struct entry. |
| + | |
| + | Creates savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition. |
| + | |
| + | == MountSaveData == |
| + | Takes an input u8 and a 0x40-byte Save-struct entry. |
| + | |
| + | Returns an [[#IFileSystem]]. |
| | | |
| == MountSystemSaveData == | | == MountSystemSaveData == |
− | Takes an input u8 and a 0x40-byte Save-struct entry(see below). Web-applet only uses value0 for the input u8. | + | Takes an input u8 and a 0x40-byte Save-struct entry. Web-applet only uses value0 for the input u8. |
| | | |
| Returns an [[#IFileSystem]]. | | Returns an [[#IFileSystem]]. |
| | | |
| Mounts savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition. | | Mounts savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition. |
− |
| |
− | == CreateSystemSaveData ==
| |
− | Takes a 0x40-byte Save-struct entry and a 0x40-byte SaveCreate-struct entry.
| |
− |
| |
− | Creates savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition.
| |
| | | |
| == MountContentStorage == | | == MountContentStorage == |