Flash Filesystem: Difference between revisions
m →System Savegames: alphabetization error |
→User Partitions: fix link to old page/fn name |
||
Line 215: | Line 215: | ||
If the client process lacks the relevant permission for any of the above partition IDs, error 0x2EE202 is returned. | If the client process lacks the relevant permission for any of the above partition IDs, error 0x2EE202 is returned. | ||
[[NCA]]s stored in NAND are raw, identical to the data readable with [[ | [[NCA]]s stored in NAND are raw, identical to the data readable with [[NCM_services#ReadContentIdFile]]. | ||
The filenames for saveimages is just "<lower-case hex u64 saveID>". SYSTEM-partition saveIDs are specified by [[Filesystem_services|FS]] commands, while USER-partition saveIDs are determined by FS-module internally. The high u32 of the saveID is normally either 0x00000000 or 0x80000000. | The filenames for saveimages is just "<lower-case hex u64 saveID>". SYSTEM-partition saveIDs are specified by [[Filesystem_services|FS]] commands, while USER-partition saveIDs are determined by FS-module internally. The high u32 of the saveID is normally either 0x00000000 or 0x80000000. |