mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DiscIO: Add Volume::IsDatelDisc
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user