mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix title database not working when running games with 4-char game IDs
Regression from 8842a0f
.
This commit is contained in:
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user