Filesystem services: Difference between revisions
No edit summary |
No edit summary |
||
Line 181: | Line 181: | ||
== MountSystemSaveData == | == MountSystemSaveData == | ||
Takes an input u8 and a 0x40-byte Save-struct entry. Web-applet only uses value0 for the input u8. | Takes an input u8 and a 0x40-byte Save-struct entry(see below). Web-applet only uses value0 for the input u8. | ||
Mounts savedata | Mounts savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition. | ||
== CreateSystemSaveData == | == CreateSystemSaveData == | ||
Creates savedata | 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 == |