1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-08 19:52:12 +00:00

cnmt: fix field order for FragmentSet's destination_size

This commit is contained in:
Pablo Curiel 2023-09-17 23:01:25 +02:00 committed by GitHub
parent d2d192c9ea
commit 0dfdd81422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,8 +254,8 @@ typedef struct {
NcmContentId destination_content_id; NcmContentId destination_content_id;
u32 source_size_low; u32 source_size_low;
u16 source_size_high; u16 source_size_high;
u32 destination_size_low;
u16 destination_size_high; u16 destination_size_high;
u32 destination_size_low;
u16 fragment_count; u16 fragment_count;
u8 fragment_target_content_type; ///< NcmContentType. u8 fragment_target_content_type; ///< NcmContentType.
u8 update_type; ///< ContentMetaUpdateType. u8 update_type; ///< ContentMetaUpdateType.