DiscIO: Add Volume::IsDatelDisc

This commit is contained in:
JosJuice
2020-07-04 14:51:13 +02:00
parent f9aaf8b971
commit f24566bf39
8 changed files with 21 additions and 6 deletions

View File

@ -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;