mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-21 13:02:41 +00:00
service: mii: separate mii types into their own file
This commit is contained in:
@@ -120,7 +120,7 @@ private:
|
||||
|
||||
std::vector<CharInfo> values;
|
||||
for (const auto& element : default_miis) {
|
||||
values.emplace_back(element.info);
|
||||
values.emplace_back(element.char_info);
|
||||
}
|
||||
|
||||
ctx.WriteBuffer(SerializeArray(values));
|
||||
|
||||
Reference in New Issue
Block a user