mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DiscIO: Add Volume::IsDatelDisc
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user