summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/mii/types.h')
-rw-r--r--src/core/hle/service/mii/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/mii/types.h b/src/core/hle/service/mii/types.h
index 9e3247397..1f53e6af3 100644
--- a/src/core/hle/service/mii/types.h
+++ b/src/core/hle/service/mii/types.h
@@ -365,7 +365,8 @@ struct Ver3StoreData {
} appearance_bits11;
std::array<u16_le, 0xA> author_name;
- INSERT_PADDING_BYTES(0x4);
+ INSERT_PADDING_BYTES(0x2);
+ u16_be crc;
};
static_assert(sizeof(Ver3StoreData) == 0x60, "Ver3StoreData is an invalid size");