mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
DiscIO: Move the Korean GC mess out of VolumeGC
This commit is contained in:
parent
08d0b98988
commit
57d05293fd
6 changed files with 19 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue