ctrtool: updated ncch/exheader code

updated ncch/exheader specs to latest format.
This commit is contained in:
3DSGuy
2014-04-14 11:57:35 +08:00
parent 5db59391ea
commit 7dbb107a81
9 changed files with 561 additions and 22 deletions
+2 -3
View File
@@ -39,8 +39,7 @@ typedef struct
typedef struct
{
u8 savedatasize[4];
u8 reserved[4];
u8 savedatasize[8];
u8 jumpid[8];
u8 reserved2[0x30];
} exheader_systeminfo;
@@ -49,7 +48,7 @@ typedef struct
{
u8 extsavedataid[8];
u8 systemsavedataid[8];
u8 reserved[8];
u8 accessibleuniqueids[8];
u8 accessinfo[7];
u8 otherattributes;
} exheader_storageinfo;