mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-31 03:23:24 +00:00
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:
commit
d474ae99f9
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user