mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Add warning comments to RegionSwitch and code that uses it
This commit is contained in:
parent
cd60810d9d
commit
db1c534b3e
6 changed files with 19 additions and 9 deletions
|
@ -83,6 +83,7 @@ public:
|
|||
virtual Platform GetVolumeType() const = 0;
|
||||
virtual bool SupportsIntegrityCheck() const { return false; }
|
||||
virtual bool CheckIntegrity(const Partition& partition) const { return false; }
|
||||
// May be inaccurate for WADs
|
||||
virtual Region GetRegion() const = 0;
|
||||
Country GetCountry() const { return GetCountry(GetGamePartition()); }
|
||||
virtual Country GetCountry(const Partition& partition) const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue