From c1349fa613c7a1df6e337b21c50eb1abed08c937 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Sun, 19 Sep 2021 09:12:43 -0400 Subject: [PATCH] Disable Immediate XFB in King Kong The game has extra XFB copies in some menus, messing up framepacing on VRR monitors and breaking vsync in general. --- Data/Sys/GameSettings/GWK.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Data/Sys/GameSettings/GWK.ini diff --git a/Data/Sys/GameSettings/GWK.ini b/Data/Sys/GameSettings/GWK.ini new file mode 100644 index 0000000000..ddaa4fd274 --- /dev/null +++ b/Data/Sys/GameSettings/GWK.ini @@ -0,0 +1,17 @@ +# GWKE41, GWKP41 - Peter Jackson's King Kong: The Official Game of the Movie + +[Core] +# Values set here will override the main Dolphin settings. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Hacks] +# Prevents the game from pushing extra XFB copies and breaking vsync +ImmediateXFBEnable = False