DiscIO: Merge RegionSwitchGC and RegionSwitchWii

This commit is contained in:
JosJuice
2018-10-05 17:48:59 +02:00
parent d741c239d2
commit 08d0b98988
5 changed files with 7 additions and 15 deletions

View File

@ -95,7 +95,7 @@ Country VolumeGC::GetCountry(const Partition& partition) const
if (region == Region::NTSC_J && (country == 'E' || country == 'K' || country == 'W'))
return Country::Korea;
if (RegionSwitchGC(country) != region)
if (RegionSwitch(country, Platform::GameCubeDisc) != region)
return TypicalCountryForRegion(region);
return CountrySwitch(country);