mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-31 01:15:17 +01:00
19 lines
577 B
INI
19 lines
577 B
INI
# GE4E7D - 4x4 Evolution 2
|
|
|
|
[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]
|
|
# `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)
|