VolumeWad: Implement GetTMD()

This allows getting useful info like the required IOS version for WADs
(for showing it in the UI, for example).
This commit is contained in:
Léo Lam
2017-01-23 18:33:49 +01:00
parent 98311cd9f4
commit b892d78872
2 changed files with 23 additions and 12 deletions

View File

@ -32,6 +32,7 @@ public:
~CVolumeWAD();
bool Read(u64 offset, u64 length, u8* buffer, bool decrypt = false) const override;
bool GetTitleID(u64* buffer) const override;
std::vector<u8> GetTMD() const override;
std::string GetGameID() const override;
std::string GetMakerID() const override;
u16 GetRevision() const override;