mirror of
https://github.com/SciresM/hactool
synced 2024-11-10 06:34:14 +00:00
nca: fix header definition
This commit is contained in:
parent
575845f5e7
commit
eeeee7c35c
1 changed files with 1 additions and 1 deletions
2
nca.h
2
nca.h
|
@ -110,7 +110,7 @@ typedef struct {
|
|||
};
|
||||
uint8_t crypto_type2; /* Which keyblob (field 2) */
|
||||
uint8_t fixed_key_generation;
|
||||
uint8_t _0x222[0xF]; /* Padding. */
|
||||
uint8_t _0x222[0xE]; /* Padding. */
|
||||
uint8_t rights_id[0x10]; /* Rights ID (for titlekey crypto). */
|
||||
nca_section_entry_t section_entries[4]; /* Section entry metadata. */
|
||||
uint8_t section_hashes[4][0x20]; /* SHA-256 hashes for each section header. */
|
||||
|
|
Loading…
Reference in a new issue