makerom: exefs

corrected max exefs sections to 8
This commit is contained in:
applestash
2014-09-07 22:39:02 +10:00
parent 475cda33ed
commit 7113ade91d
2 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#pragma once
#define MAX_EXEFS_SECTIONS 10 // DO NOT CHANGE
#define MAX_EXEFS_SECTIONS 8
typedef struct
{
@@ -12,6 +12,6 @@ typedef struct
typedef struct
{
exefs_filehdr fileHdr[MAX_EXEFS_SECTIONS];
u8 reserved[0x20];
u8 reserved[0x80];
u8 fileHashes[MAX_EXEFS_SECTIONS][0x20];
} exefs_hdr;