mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #5099 from JosJuice/wii-menu-strings
Display nicer version strings for the Wii Menu
This commit is contained in:
@ -78,7 +78,7 @@ Country CVolumeWAD::GetCountry() const
|
||||
|
||||
u8 country_code = static_cast<u8>(m_tmd.GetTitleId() & 0xff);
|
||||
if (country_code == 2) // SYSMENU
|
||||
country_code = GetSysMenuRegion(m_tmd.GetTitleVersion());
|
||||
return TypicalCountryForRegion(GetSysMenuRegion(m_tmd.GetTitleVersion()));
|
||||
|
||||
return CountrySwitch(country_code);
|
||||
}
|
||||
|
Reference in New Issue
Block a user