Merge pull request #13828 from JosJuice/retroachievements-ipl

Boot: Fix RetroAchievements for GameCube games launched with IPL
This commit is contained in:
JosJuice
2025-07-30 21:51:03 +02:00
committed by GitHub

View File

@ -632,8 +632,10 @@ bool CBoot::BootUp(Core::System& system, const Core::CPUThreadGuard& guard,
SetDisc(system.GetDVDInterface(), DiscIO::CreateDisc(ipl.disc->path),
ipl.disc->auto_disc_change_paths);
}
AchievementManager::GetInstance().LoadGame(nullptr);
else
{
AchievementManager::GetInstance().LoadGame(nullptr);
}
SConfig::OnTitleDirectlyBooted(guard);
return true;