mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Return nothing from VolumeWii::GetGameTDBID if Datel
RedumpVerifier relies on this.
This commit is contained in:
@@ -313,6 +313,10 @@ std::string VolumeWii::GetGameID(const Partition& partition) const
|
||||
|
||||
std::string VolumeWii::GetGameTDBID(const Partition& partition) const
|
||||
{
|
||||
// Don't return an ID for Datel discs
|
||||
if (m_game_partition == PARTITION_NONE)
|
||||
return "";
|
||||
|
||||
return GetGameID(partition);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user