Skip to content

Commit

Permalink
nca: fix header definition
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Mar 18, 2020
1 parent 575845f commit eeeee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nca.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit eeeee7c

Please sign in to comment.