Savegames: Difference between revisions

Erant (talk | contribs)
Erant (talk | contribs)
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 is still unknown how to get correctly to the file table, but here is the file entry struct.
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>