mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-16 22:32:23 +00:00
GameINI: Add patches to limit internal framerate in Driver: San Francisco.
This commit is contained in:
parent
5dd18246e7
commit
b7e447e212
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