diff --git a/Source/Core/Core/Boot/Boot.cpp b/Source/Core/Core/Boot/Boot.cpp index 1b796952f8..e43ffc52d4 100644 --- a/Source/Core/Core/Boot/Boot.cpp +++ b/Source/Core/Core/Boot/Boot.cpp @@ -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;