mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-09 20:21:45 +00:00
Rename some reserved fields.
This commit is contained in:
parent
6a3e886d82
commit
1a6f2ee50c
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ typedef struct {
|
|||
NcaSdkAddOnVersion sdk_addon_version;
|
||||
u8 key_generation; ///< NcaKeyGeneration.
|
||||
u8 main_signature_key_generation;
|
||||
u8 reserved_1[0xE];
|
||||
u8 reserved[0xE];
|
||||
FsRightsId rights_id; ///< Used for titlekey crypto.
|
||||
NcaFsInfo fs_info[NCA_FS_HEADER_COUNT]; ///< Start and end sectors for each NCA FS section.
|
||||
NcaFsHeaderHash fs_header_hash[NCA_FS_HEADER_COUNT]; ///< SHA-256 hashes calculated over each NCA FS section header.
|
||||
|
|
|
@ -69,7 +69,7 @@ typedef struct {
|
|||
u8 license_type; ///< TikLicenseType.
|
||||
u8 key_generation;
|
||||
u16 property_mask; ///< TikPropertyMask.
|
||||
u8 reserved_1[0x8];
|
||||
u8 reserved[0x8];
|
||||
u64 ticket_id;
|
||||
u64 device_id;
|
||||
FsRightsId rights_id;
|
||||
|
|
Loading…
Reference in a new issue