Savegames: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| Line 72: | Line 72: | ||
* This is located @ 0x200 in the image, following DISF.  | * This is located @ 0x200 in the image, following DISF.  | ||
* Block sizes are log2  | |||
{| class="wikitable"  | |||
|-  | |||
! Start  | |||
! Length  | |||
! Description  | |||
|-  | |||
| 0x00  | |||
| 4  | |||
| Magic ("DPFS")  | |||
|-  | |||
| 0x04  | |||
| 4  | |||
| Magic Number (0x10000)  | |||
|-  | |||
| 0x08  | |||
| 8  | |||
| Offset 0  | |||
|-  | |||
| 0x10  | |||
| 8  | |||
| Size 0  | |||
|-  | |||
| 0x18  | |||
| 8  | |||
| Block Size 0  | |||
|-  | |||
| 0x20  | |||
| 8  | |||
| Offset 1  | |||
|-  | |||
| 0x28  | |||
| 8  | |||
| Size 1  | |||
|-  | |||
| 0x30  | |||
| 8  | |||
| Block Size 1  | |||
|-  | |||
| 0x38  | |||
| 8  | |||
| Offset 2  | |||
|-  | |||
| 0x40  | |||
| 8  | |||
| Size 2  | |||
|-  | |||
| 0x48  | |||
| 8  | |||
| Block Size 2  | |||
|-  | |||
|}  | |||
==== IVFC ====  | ==== IVFC ====  | ||
* Generally follows DPFS, similar to 3DS.  | * Generally follows DPFS, similar to 3DS.  | ||