Savegames: Difference between revisions
 Created page with "This page describes the format of savegames contained in NAND.   === AES CMAC header ===   {| class="wikitable" |- ! Image offset ! Length ! Description |- | 0x00 | 0x10 | AES..."  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
This page describes the format of savegames contained in NAND.  | This page describes the format of savegames contained in NAND.  | ||
=== AES CMAC header ===  | === AES CMAC header ===  | ||
{| class="wikitable"  | {| class="wikitable"  | ||
| Line 19: | Line 17: | ||
| Zero padding  | | Zero padding  | ||
|}  | |}  | ||
==== DISF ====  | ==== DISF ====  | ||
* This is located @ 0x100 in the image, following the CMAC header.  | * This is located @ 0x100 in the image, following the CMAC header.  | ||
{| class="wikitable"  | {| class="wikitable"  | ||
| Line 49: | Line 44: | ||
| End  | | End  | ||
|}  | |}  | ||
==== DPFS ====  | ==== DPFS ====  | ||
* This is located @ 0x200 in the image, following DISF.  | * This is located @ 0x200 in the image, following DISF.  | ||
| Line 58: | Line 51: | ||
==== IVFC ====  | ==== IVFC ====  | ||
* Generally follows DPFS, similar to 3DS.  | * Generally follows DPFS, similar to 3DS.  | ||