summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/types/raw_data.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-09-11 16:53:23 +0200
committergerman77 <juangerman-13@hotmail.com>2023-09-11 17:54:32 +0200
commitec25f847d8c066241d3aa9bb00bd11cb0c47b161 (patch)
tree0fb517718e80499316fcd1994e93355391844af3 /src/core/hle/service/mii/types/raw_data.cpp
parentmii: Prepare Interface for new implementation (diff)
downloadyuzu-ec25f847d8c066241d3aa9bb00bd11cb0c47b161.tar
yuzu-ec25f847d8c066241d3aa9bb00bd11cb0c47b161.tar.gz
yuzu-ec25f847d8c066241d3aa9bb00bd11cb0c47b161.tar.bz2
yuzu-ec25f847d8c066241d3aa9bb00bd11cb0c47b161.tar.lz
yuzu-ec25f847d8c066241d3aa9bb00bd11cb0c47b161.tar.xz
yuzu-ec25f847d8c066241d3aa9bb00bd11cb0c47b161.tar.zst
yuzu-ec25f847d8c066241d3aa9bb00bd11cb0c47b161.zip
Diffstat (limited to 'src/core/hle/service/mii/types/raw_data.cpp')
-rw-r--r--src/core/hle/service/mii/types/raw_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/mii/types/raw_data.cpp b/src/core/hle/service/mii/types/raw_data.cpp
index ef678c527..ed299521f 100644
--- a/src/core/hle/service/mii/types/raw_data.cpp
+++ b/src/core/hle/service/mii/types/raw_data.cpp
@@ -5,7 +5,7 @@
namespace Service::Mii::RawData {
-constexpr std::array<u8, 0x10> FromVer3FacelineColorTable{
+constexpr std::array<u8, 16> FromVer3FacelineColorTable{
0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x0, 0x1, 0x5, 0x5,
};