mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DiscIO: Add Volume::IsDatelDisc
This commit is contained in:
@ -284,6 +284,11 @@ Platform VolumeWAD::GetVolumeType() const
|
||||
return Platform::WiiWAD;
|
||||
}
|
||||
|
||||
bool VolumeWAD::IsDatelDisc() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
std::map<Language, std::string> VolumeWAD::GetLongNames() const
|
||||
{
|
||||
if (!m_tmd.IsValid() || !IOS::ES::IsChannel(m_tmd.GetTitleId()))
|
||||
|
Reference in New Issue
Block a user