Flash Filesystem: Difference between revisions

Missile (talk | contribs)
u64 could also reflect bcpkg size? - this was observed to be larger after 3.0->3.0exfat update
Line 151: Line 151:
[[NCA]]s stored in NAND are raw, identical to the data readable with [[Content_Manager_services#ReadEntryRaw]].
[[NCA]]s stored in NAND are raw, identical to the data readable with [[Content_Manager_services#ReadEntryRaw]].


The filenames for saveimages is just "<lower-case hex u64 saveID>". saveIDs aren't related to the titleID, or at least not for USER-partition saves. 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.


=== PRODINFOF ===
=== PRODINFOF ===