mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-07 04:39:26 -05:00
Some of the speed hacks were not approved for RetroAchievements, meaning that users had to choose between not getting hardcore achievements, or having poor performance. Also, renamed the instances of `$Limit internal FPS to VPS (improves performance)` to `$Limit internal frame rate (speed hack)` for consistency. They are enabled by default, so unless the user disabled them, it won't break the configuration.
22 lines
635 B
INI
22 lines
635 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 frame rate (speed hack)
|
|
0x80013818:dword:0x60000000
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[OnFrame_Enabled]
|
|
$Limit internal frame rate (speed hack)
|
|
|
|
[Patches_RetroAchievements_Verified]
|
|
$Limit internal frame rate (speed hack)
|