mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 04:17:56 -05: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