diff --git a/pcsx2/gui/AppConfig.cpp b/pcsx2/gui/AppConfig.cpp index 2e7e63feb9..15d160ebee 100644 --- a/pcsx2/gui/AppConfig.cpp +++ b/pcsx2/gui/AppConfig.cpp @@ -1065,7 +1065,8 @@ bool AppConfig::IsOkApplyPreset(int n, bool ignoreMTVU) EmuOptions.GS = default_Pcsx2Config.GS; EmuOptions.GS.FrameLimitEnable = original_GS.FrameLimitEnable; //Frame limiter is not modified by presets EmuOptions.GS.VsyncEnable = original_GS.VsyncEnable; - + EmuOptions.GS.VsyncQueueSize = original_GS.VsyncQueueSize; + EmuOptions.Cpu = default_Pcsx2Config.Cpu; EmuOptions.Gamefixes = default_Pcsx2Config.Gamefixes; EmuOptions.Speedhacks = default_Pcsx2Config.Speedhacks;