file_sys: Fix nacp field cache_storage_max_index datatype
This commit is contained in:
parent
d93fdc8a6c
commit
4f387b0b74
2 changed files with 7 additions and 10 deletions
|
@ -64,8 +64,8 @@ struct RawNACP {
|
|||
u64_le cache_storage_size;
|
||||
u64_le cache_storage_journal_size;
|
||||
u64_le cache_storage_data_and_journal_max_size;
|
||||
u64_le cache_storage_max_index;
|
||||
INSERT_PADDING_BYTES(0xE70);
|
||||
u16_le cache_storage_max_index;
|
||||
INSERT_PADDING_BYTES(0xE76);
|
||||
};
|
||||
static_assert(sizeof(RawNACP) == 0x4000, "RawNACP has incorrect size.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue