summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/mii/manager.cpp')
-rw-r--r--src/core/hle/service/mii/manager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/mii/manager.cpp b/src/core/hle/service/mii/manager.cpp
index d73b90015..567a4e345 100644
--- a/src/core/hle/service/mii/manager.cpp
+++ b/src/core/hle/service/mii/manager.cpp
@@ -100,6 +100,7 @@ MiiInfo ConvertStoreDataToInfo(const MiiStoreData& data) {
.mole_scale = static_cast<u8>(bf.mole_scale.Value()),
.mole_x = static_cast<u8>(bf.mole_x.Value()),
.mole_y = static_cast<u8>(bf.mole_y.Value()),
+ .padding = 0,
};
}