Skip to content

Commit 0eef029

Browse files
committed
Disable Bilinear Filtering
1 parent 5854125 commit 0eef029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/PCSX2GameCore.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ - (void)setupEmulation
261261
si.SetBoolValue("EmuCore/Speedhacks", "IntcStat", true);
262262
si.SetBoolValue("EmuCore/Speedhacks", "WaitLoop", true);
263263
si.SetIntValue("EmuCore/GS", "FramesToDraw", 2);
264+
si.SetIntValue("EmuCore/GS", "linear_present_mode", 0);
264265
si.SetIntValue("EmuCore/GS", "upscale_multiplier", 1);
265266
si.SetBoolValue("EmuCore/GS", "FrameLimitEnable", true);
266267
si.SetBoolValue("EmuCore/GS", "SyncToHostRefreshRate",false);

0 commit comments

Comments
 (0)