diff --git a/Source/Core/Core/BootManager.cpp b/Source/Core/Core/BootManager.cpp index dfba1d1fa9..985af53126 100644 --- a/Source/Core/Core/BootManager.cpp +++ b/Source/Core/Core/BootManager.cpp @@ -160,6 +160,7 @@ bool BootCore(const std::string& _rFilename) core_section->Get("CPUCore", &StartUp.iCPUCore, StartUp.iCPUCore); core_section->Get("HLE_BS2", &StartUp.bHLE_BS2, StartUp.bHLE_BS2); core_section->Get("ProgressiveScan", &StartUp.bProgressive, StartUp.bProgressive); + core_section->Get("PAL60", &StartUp.bPAL60, StartUp.bPAL60); if (core_section->Get("FrameLimit", &SConfig::GetInstance().m_Framelimit, SConfig::GetInstance().m_Framelimit)) config_cache.bSetFramelimit = true; if (core_section->Get("FrameSkip", &SConfig::GetInstance().m_FrameSkip))