From a061678b31daa4965e108ce0a30795fcee78fee3 Mon Sep 17 00:00:00 2001 From: Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:24:01 +0000 Subject: [PATCH] Gameini: Disable "Immediately Present XFB" for Racquet Sports This was causing the game to output thousands of FPS during the loading screen when it would run uncapped if Immediately Present XFB was enabled. Please see Redmine 13447 for reference. --- Data/Sys/GameSettings/SRQ.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Data/Sys/GameSettings/SRQ.ini diff --git a/Data/Sys/GameSettings/SRQ.ini b/Data/Sys/GameSettings/SRQ.ini new file mode 100644 index 0000000000..310c0ed668 --- /dev/null +++ b/Data/Sys/GameSettings/SRQ.ini @@ -0,0 +1,17 @@ +# SRQE41, SRQP41 - Racquet Sports + +[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] +#This prevents the loading screen from running uncapped +ImmediateXFBEnable = False