mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 10:50:01 +00:00
Better implementation of revision 2cc1a97a66
. Works with .gcz files now.
This commit is contained in:
parent
f660077d06
commit
1e006b5b99
6 changed files with 16 additions and 8 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
virtual std::string GetApploaderDate() const = 0;
|
||||
virtual bool SupportsIntegrityCheck() const { return false; }
|
||||
virtual bool CheckIntegrity() const { return false; }
|
||||
virtual bool IsDiscTwo() const { return false; }
|
||||
|
||||
enum ECountry
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue