mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DiscIO: Merge RegionSwitchGC and RegionSwitchWii
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user