Skip to content

Commit

Permalink
Disable Bilinear Filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutOstrich committed May 6, 2023
1 parent 5854125 commit 0eef029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/PCSX2GameCore.mm
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ - (void)setupEmulation
si.SetBoolValue("EmuCore/Speedhacks", "IntcStat", true);
si.SetBoolValue("EmuCore/Speedhacks", "WaitLoop", true);
si.SetIntValue("EmuCore/GS", "FramesToDraw", 2);
si.SetIntValue("EmuCore/GS", "linear_present_mode", 0);
si.SetIntValue("EmuCore/GS", "upscale_multiplier", 1);
si.SetBoolValue("EmuCore/GS", "FrameLimitEnable", true);
si.SetBoolValue("EmuCore/GS", "SyncToHostRefreshRate",false);
Expand Down

0 comments on commit 0eef029

Please sign in to comment.