mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06: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