Merge pull request #14295 from JMC47/evoframerate

GameINI: Add patch to limit internal framerate of 4x4 Evo 2 to VPS
This commit is contained in:
JMC47 2026-01-26 21:28:01 -05:00 committed by GitHub
commit d474ae99f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)