mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Fix title database not working when running games with 4-char game IDs
Regression from 8842a0f
.
This commit is contained in:
parent
22e7419747
commit
d879283e2d
@ -710,8 +710,8 @@ void SConfig::SetRunningGameMetadata(const IOS::ES::TMDReader& tmd)
|
|||||||
if (!DVDInterface::UpdateRunningGameMetadata(tmd_title_id))
|
if (!DVDInterface::UpdateRunningGameMetadata(tmd_title_id))
|
||||||
{
|
{
|
||||||
// If not launching a disc game, just read everything from the TMD.
|
// If not launching a disc game, just read everything from the TMD.
|
||||||
const std::string game_id = tmd.GetGameID();
|
SetRunningGameMetadata(tmd.GetGameID(), tmd.GetGameTDBID(), tmd_title_id,
|
||||||
SetRunningGameMetadata(game_id, game_id, tmd_title_id, tmd.GetTitleVersion());
|
tmd.GetTitleVersion());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user