VolumeWiiCrypted: Implement IsDiscTwo()

Allows us to check if a Wii game is marked as Disc 2.
This commit is contained in:
Stevoisiak
2015-02-26 17:10:18 -05:00
parent f72a559958
commit ede4977d12
2 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public:
u32 GetFSTSize() const override;
std::string GetApploaderDate() const override;
bool IsDiscTwo() const override;
bool IsWiiDisc() const override;
bool SupportsIntegrityCheck() const override { return true; }
bool CheckIntegrity() const override;