forked from Mirror/GodMode9
Fix: NCSD header struct too big
This commit is contained in:
parent
fa9a2c2fb5
commit
b00fb89164
@ -29,7 +29,7 @@ typedef struct {
|
|||||||
u8 sector_zero_offset[0x4];
|
u8 sector_zero_offset[0x4];
|
||||||
u8 partition_flags[8];
|
u8 partition_flags[8];
|
||||||
u8 partitionId_table[8][8];
|
u8 partitionId_table[8][8];
|
||||||
u8 reserved[0x40];
|
u8 reserved[0x30];
|
||||||
} __attribute__((packed)) NcsdHeader;
|
} __attribute__((packed)) NcsdHeader;
|
||||||
|
|
||||||
u32 ValidateNcsdHeader(NcsdHeader* header);
|
u32 ValidateNcsdHeader(NcsdHeader* header);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user