mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
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:
parent
98311cd9f4
commit
b892d78872
2 changed files with 23 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue