blob: d31ea6d60118d8b8547359ac295323c83331e0dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# R7XE69 - 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
0x802B2908:dword:0x4826F5C9
[OnFrame_Enabled]
$Idle loop speed hack
[Patches_RetroAchievements_Verified]
$Idle loop speed hack
|