mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Return a more meaningful type from GetSysMenuRegion
This commit is contained in:
parent
04c49aa395
commit
9d54e4a9de
5 changed files with 35 additions and 29 deletions
|
@ -69,10 +69,11 @@ enum class Language
|
|||
};
|
||||
|
||||
bool IsNTSC(Region region);
|
||||
Country TypicalCountryForRegion(Region region);
|
||||
Region RegionSwitchGC(u8 country_code);
|
||||
Region RegionSwitchWii(u8 country_code);
|
||||
Country CountrySwitch(u8 country_code);
|
||||
u8 GetSysMenuRegion(u16 title_version);
|
||||
Region GetSysMenuRegion(u16 title_version);
|
||||
std::string GetSysMenuVersionString(u16 title_version);
|
||||
std::string GetCompanyFromID(const std::string& company_id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue