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

@ -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()))