GameINI: Add patch to limit internal framerate of 4x4 Evo 2.
This commit is contained in:
@@ -2,11 +2,17 @@
|
|||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# 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
|
SyncOnSkipIdle = False
|
||||||
|
|
||||||
[OnFrame]
|
[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]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[OnFrame_Enabled]
|
||||||
|
$Limit internal FPS to VPS (improves performance)
|
||||||
|
|||||||
Reference in New Issue
Block a user