From e5b7f82c167b4046429cca60f06163583a0be3af Mon Sep 17 00:00:00 2001 From: JMC47 Date: Thu, 22 Jan 2026 13:46:04 -0500 Subject: [PATCH] GameINI: Add patch to limit internal framerate of 4x4 Evo 2. --- Data/Sys/GameSettings/GE4.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/GE4.ini b/Data/Sys/GameSettings/GE4.ini index 23568b9c12c..38aacca65d7 100644 --- a/Data/Sys/GameSettings/GE4.ini +++ b/Data/Sys/GameSettings/GE4.ini @@ -2,11 +2,17 @@ [Core] # Values set here will override the main Dolphin settings. +# The game has an uncapped frame rate, which is equivalent to SyncOnSkipIdle already being False. +# Setting it is meant to avoid any performance regression when using the frame rate limit patch. SyncOnSkipIdle = False [OnFrame] -# Add memory patches to be applied every frame here. +# `nop` a branch that skips a call to `VIWaitForRetrace`. +$Limit internal FPS to VPS (improves performance) +0x80013818:dword:0x60000000 [ActionReplay] # Add action replay cheats here. +[OnFrame_Enabled] +$Limit internal FPS to VPS (improves performance)