mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
DiscIO: Add convenience methods IsDisc and IsWii for Platform enum
This commit is contained in:
parent
e14a82a87e
commit
23bb029250
5 changed files with 19 additions and 7 deletions
|
@ -68,6 +68,8 @@ enum class Language
|
|||
LANGUAGE_UNKNOWN
|
||||
};
|
||||
|
||||
bool IsDisc(Platform volume_type);
|
||||
bool IsWii(Platform volume_type);
|
||||
bool IsNTSC(Region region);
|
||||
Country TypicalCountryForRegion(Region region);
|
||||
Region RegionSwitchGC(u8 country_code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue