summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/types.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-03-15 05:00:38 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-03-15 06:42:41 +0100
commit026fe2e4f4128f4c81a07e25cb646620f7643a75 (patch)
treef370c2ce9b622ce4571c37d5d0e16f6bd07a0984 /src/core/hle/service/mii/types.h
parentMerge pull request #9933 from vonchenplus/texture_format (diff)
downloadyuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.gz
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.bz2
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.lz
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.xz
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.zst
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.zip
Diffstat (limited to '')
-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");