Savegames: Difference between revisions
Line 35: | Line 35: | ||
Savefiles stored on the FLASH are using a custom FS. | Savefiles stored on the FLASH are using a custom FS. | ||
It | It seems the file entries are stored at a static offset of 0x3a00. | ||
<pre> | |||
struct FileEntry { | struct FileEntry { | ||
u32 Unknown; | u32 Unknown; | ||
Line 48: | Line 49: | ||
u32 Unknown; | u32 Unknown; | ||
} | } | ||
</pre> |