mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
DiscIO: Add Volume::IsDatelDisc
This commit is contained in:
parent
f9aaf8b971
commit
f24566bf39
8 changed files with 21 additions and 6 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
return "";
|
||||
}
|
||||
Platform GetVolumeType() const override;
|
||||
bool IsDatelDisc() const override;
|
||||
Region GetRegion() const override;
|
||||
Country GetCountry(const Partition& partition = PARTITION_NONE) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue