Files
dolphin/Data/Sys/GameSettings/R7XJ13.ini
T
Martino Fontana a5f6ba81fa GameSettings: Approve speed hacks for RetroAchievements
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.
2026-07-08 18:10:42 +02:00

17 lines
529 B
INI

# R7XJ13 - Need for Speed: Nitro
[OnFrame]
# Changes an idle loop that Dolphin is unable to detect, to one that it can detect.
#
# The loop waits for a vblank interrupt, spamming `OSYieldThread` in the meantime.
# The patch replaces the call to `VIWaitForRetrace`, which still executes the other threads,
# but sleeps instead of spinlocking when there is no thread to execute.
$Idle loop speed hack
0x802B3118:dword:0x4826F5B9
[OnFrame_Enabled]
$Idle loop speed hack
[Patches_RetroAchievements_Verified]
$Idle loop speed hack