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(savecommon/saveuser) in the SYSTEM [[Flash_Filesystem|NAND]] partition. One of the input params is the u64 [[Flash_Filesystem|saveID]].
Mounts savedata in the SYSTEM [[Flash_Filesystem|NAND]] partition.


== CreateSystemSaveData ==
== CreateSystemSaveData ==
Creates savedata(savecommon/saveuser) in the SYSTEM [[Flash_Filesystem|NAND]] partition. One of the input params is the u64 [[Flash_Filesystem|saveID]].
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 ==