mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-28 18:33:14 +00:00
VolumeWad: change titlever to title_version
This commit is contained in:
parent
eff924e9e2
commit
5346e791bc
@ -60,9 +60,9 @@ IVolume::ECountry CVolumeWAD::GetCountry() const
|
||||
|
||||
if (country_code == 2) // SYSMENU
|
||||
{
|
||||
u16 titlever = 0;
|
||||
Read(m_tmd_offset + 0x01dc, 2, (u8*)&titlever);
|
||||
country_code = GetSysMenuRegion(Common::swap16(titlever));
|
||||
u16 title_version = 0;
|
||||
Read(m_tmd_offset + 0x01dc, 2, (u8*)&title_version);
|
||||
country_code = GetSysMenuRegion(Common::swap16(title_version));
|
||||
}
|
||||
|
||||
return CountrySwitch(country_code);
|
||||
|
Loading…
x
Reference in New Issue
Block a user