From 0dfdd81422ed5fe2033c93a70ed329028e05e667 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sun, 17 Sep 2023 23:01:25 +0200 Subject: [PATCH] cnmt: fix field order for FragmentSet's destination_size --- include/core/cnmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/cnmt.h b/include/core/cnmt.h index de65735..3a29b86 100644 --- a/include/core/cnmt.h +++ b/include/core/cnmt.h @@ -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.