diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-11-11 01:08:34 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2025-11-15 03:34:36 -0600 |
| commit | b7e447e21258f103cbaa1bda1ec6b7a4ce3d4e97 (patch) | |
| tree | 7cc5d2f86a12d4b4546dafc3fa545b0c6bd3a679 | |
| parent | 5dd18246e7bbc46d13ba19d684344f7717dfbae8 (diff) | |
GameINI: Add patches to limit internal framerate in Driver: San Francisco.
| -rw-r--r-- | Data/Sys/GameSettings/SDVE41.ini | 9 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SDVP41.ini | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/SDVE41.ini b/Data/Sys/GameSettings/SDVE41.ini new file mode 100644 index 0000000000..2ba3036de0 --- /dev/null +++ b/Data/Sys/GameSettings/SDVE41.ini @@ -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) diff --git a/Data/Sys/GameSettings/SDVP41.ini b/Data/Sys/GameSettings/SDVP41.ini new file mode 100644 index 0000000000..2df36f893a --- /dev/null +++ b/Data/Sys/GameSettings/SDVP41.ini @@ -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) |
