Implement GetRevision() for wii disks.

This commit is contained in:
Rachel Bryk
2014-11-14 20:59:39 -05:00
parent 68c5758151
commit fa5e3ec292
3 changed files with 16 additions and 3 deletions

View File

@ -36,6 +36,7 @@ public:
ECountry GetCountry() const override;
u64 GetSize() const override;
u64 GetRawSize() const override;
int GetRevision() const override;
bool SupportsIntegrityCheck() const override { return true; }
bool CheckIntegrity() const override;