mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 09:47:59 -05:00
service: mii: Create random mii with name
This commit is contained in:
@ -41,6 +41,7 @@ void CoreData::BuildRandom(Age age, Gender gender, Race race) {
|
||||
}
|
||||
}
|
||||
|
||||
SetDefault();
|
||||
SetGender(gender);
|
||||
SetFavoriteColor(MiiUtil::GetRandomValue(FavoriteColor::Max));
|
||||
SetRegionMove(0);
|
||||
|
Reference in New Issue
Block a user