mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Return a more meaningful type from GetSysMenuRegion
This commit is contained in:
@ -77,7 +77,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