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:
@@ -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