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)