Filesystem services: Difference between revisions
No edit summary |
|||
Line 408: | Line 408: | ||
* 10: Raw NAND sectors access for MMC [[Flash_Filesystem|boot]] partition 1. | * 10: Raw NAND sectors access for MMC [[Flash_Filesystem|boot]] partition 1. | ||
* Rest: see [[Flash_Filesystem|here]]. | * Rest: see [[Flash_Filesystem|here]]. | ||
=Save Struct= | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x8 | |||
| 0 for MountSystemSaveData. | |||
|- | |||
| 0x8 | |||
| 0x10 | |||
| userID for user-specific savedata(saveuser) when set, otherwise when zero this indicates the common savedata(savecommon). | |||
|- | |||
| 0x18 | |||
| 0x8 | |||
| u64 [[Flash_Filesystem|saveID]] | |||
|- | |||
| 0x20 | |||
| 0x8 | |||
| 0 for MountSystemSaveData. | |||
|- | |||
| 0x28 | |||
| 0x8 | |||
| 0 for MountSystemSaveData. | |||
|- | |||
| 0x30 | |||
| 0x8 | |||
| 0 for MountSystemSaveData. | |||
|- | |||
| 0x38 | |||
| 0x8 | |||
| 0 for MountSystemSaveData. | |||
|} | |||
Total size is 0x40-bytes. | |||
[[Category:Services]] | [[Category:Services]] |