GameINI: Add patches to limit internal framerate in Driver: San Francisco.

This commit is contained in:
Jordan Woyak 2025-11-11 01:08:34 -06:00
parent 5dd18246e7
commit b7e447e212
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)