mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
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 partition_flags[8];
|
||||
u8 partitionId_table[8][8];
|
||||
u8 reserved[0x40];
|
||||
u8 reserved[0x30];
|
||||
} __attribute__((packed)) NcsdHeader;
|
||||
|
||||
u32 ValidateNcsdHeader(NcsdHeader* header);
|
||||
|
Loading…
x
Reference in New Issue
Block a user