mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
DiscIO: Merge RegionSwitchGC and RegionSwitchWii
This commit is contained in:
@ -77,9 +77,7 @@ bool IsNTSC(Region region);
|
||||
|
||||
Country TypicalCountryForRegion(Region region);
|
||||
// Avoid using this function if you can. Country codes aren't always reliable region indicators.
|
||||
Region RegionSwitchGC(u8 country_code);
|
||||
// Avoid using this function if you can. Country codes aren't always reliable region indicators.
|
||||
Region RegionSwitchWii(u8 country_code);
|
||||
Region RegionSwitch(u8 country_code, Platform platform);
|
||||
Country CountrySwitch(u8 country_code);
|
||||
|
||||
Region GetSysMenuRegion(u16 title_version);
|
||||
|
Reference in New Issue
Block a user