mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
DiscIO: Add Volume::IsDatelDisc
This commit is contained in:
parent
f9aaf8b971
commit
f24566bf39
8 changed files with 21 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue