mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Return a more meaningful type from GetSysMenuRegion
This commit is contained in:
parent
04c49aa395
commit
9d54e4a9de
5 changed files with 35 additions and 29 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue