mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #14102 from jordan-woyak/driver-sf-speedhack
GameINI: Add patches to limit internal framerate of Driver: San Francisco.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# SDVE41 - Driver: San Francisco
|
||||
|
||||
[OnFrame]
|
||||
$Limit internal frame rate (speed hack)
|
||||
# This NOPs a branch that skips a VIWaitForRetrace.
|
||||
0x803b40b8:dword:0x60000000
|
||||
|
||||
[OnFrame_Enabled]
|
||||
$Limit internal frame rate (speed hack)
|
||||
@@ -0,0 +1,9 @@
|
||||
# SDVP41 - Driver: San Francisco
|
||||
|
||||
[OnFrame]
|
||||
$Limit internal frame rate (speed hack)
|
||||
# This NOPs a branch that skips a VIWaitForRetrace.
|
||||
0x803b2cdc:dword:0x60000000
|
||||
|
||||
[OnFrame_Enabled]
|
||||
$Limit internal frame rate (speed hack)
|
||||
Reference in New Issue
Block a user