mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Accurate region detection for NAND titles
This commit is contained in:
parent
dd922660c9
commit
8baafcc523
6 changed files with 18 additions and 13 deletions
|
@ -95,7 +95,6 @@ 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;
|
||||
virtual Country GetCountry(const Partition& partition = PARTITION_NONE) const = 0;
|
||||
virtual BlobType GetBlobType() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue