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:
JMC47 2025-11-23 05:36:30 -05:00 committed by GitHub
commit be0c852cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

View File

@ -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)

View File

@ -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)