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

@ -334,6 +334,11 @@ Platform VolumeWii::GetVolumeType() const
return Platform::WiiDisc;
}
bool VolumeWii::IsDatelDisc() const
{
return m_game_partition == PARTITION_NONE;
}
BlobType VolumeWii::GetBlobType() const
{
return m_reader->GetBlobType();