mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DiscIO: Move the Korean GC mess out of VolumeGC
This commit is contained in:
@@ -88,7 +88,7 @@ Country VolumeWAD::GetCountry(const Partition& partition) const
|
||||
if (country_code == 2) // SYSMENU
|
||||
return TypicalCountryForRegion(GetSysMenuRegion(m_tmd.GetTitleVersion()));
|
||||
|
||||
return CountrySwitch(country_code);
|
||||
return CountrySwitch(country_code, Platform::WiiWAD);
|
||||
}
|
||||
|
||||
const IOS::ES::TMDReader& VolumeWAD::GetTMD(const Partition& partition) const
|
||||
|
||||
Reference in New Issue
Block a user