We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5854125 commit 0eef029Copy full SHA for 0eef029
1 file changed
Classes/PCSX2GameCore.mm
@@ -261,6 +261,7 @@ - (void)setupEmulation
261
si.SetBoolValue("EmuCore/Speedhacks", "IntcStat", true);
262
si.SetBoolValue("EmuCore/Speedhacks", "WaitLoop", true);
263
si.SetIntValue("EmuCore/GS", "FramesToDraw", 2);
264
+ si.SetIntValue("EmuCore/GS", "linear_present_mode", 0);
265
si.SetIntValue("EmuCore/GS", "upscale_multiplier", 1);
266
si.SetBoolValue("EmuCore/GS", "FrameLimitEnable", true);
267
si.SetBoolValue("EmuCore/GS", "SyncToHostRefreshRate",false);
0 commit comments