mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
DiscIO: Add Volume::IsDatelDisc
This commit is contained in:
parent
f9aaf8b971
commit
f24566bf39
8 changed files with 21 additions and 6 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
std::vector<u32> GetBanner(u32* width, u32* height) const override;
|
||||
|
||||
Platform GetVolumeType() const override;
|
||||
bool IsDatelDisc() const override;
|
||||
Region GetRegion() const override;
|
||||
BlobType GetBlobType() const override;
|
||||
u64 GetSize() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue