mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Revert "Return nothing from VolumeWii::GetGameTDBID if Datel"
This reverts commit f9705fd117
.
GameTDB.com has covers for non-GNHE5d Datel discs.
This commit is contained in:
parent
38b36536b2
commit
f9aaf8b971
2 changed files with 5 additions and 7 deletions
|
@ -301,10 +301,6 @@ u64 VolumeWii::PartitionOffsetToRawOffset(u64 offset, const Partition& partition
|
|||
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue