mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00: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:
commit
be0c852cd6
9
Data/Sys/GameSettings/SDVE41.ini
Normal file
9
Data/Sys/GameSettings/SDVE41.ini
Normal 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)
|
||||||
9
Data/Sys/GameSettings/SDVP41.ini
Normal file
9
Data/Sys/GameSettings/SDVP41.ini
Normal 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)
|
||||||
Loading…
Reference in New Issue
Block a user