mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
cnmt: fix field order for FragmentSet's destination_size
This commit is contained in:
parent
d2d192c9ea
commit
0dfdd81422
1 changed files with 1 additions and 1 deletions
|
@ -254,8 +254,8 @@ typedef struct {
|
|||
NcmContentId destination_content_id;
|
||||
u32 source_size_low;
|
||||
u16 source_size_high;
|
||||
u32 destination_size_low;
|
||||
u16 destination_size_high;
|
||||
u32 destination_size_low;
|
||||
u16 fragment_count;
|
||||
u8 fragment_target_content_type; ///< NcmContentType.
|
||||
u8 update_type; ///< ContentMetaUpdateType.
|
||||
|
|
Loading…
Reference in a new issue