mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-30 02:53:20 +00:00
Merge pull request #14301 from jordan-woyak/speedhack-dark-summit
GameSettings: Add patches to limit framerate in Dark Summit.
This commit is contained in:
commit
10b9da8cd4
@ -1,16 +1,5 @@
|
||||
# GDSE78, GDSP78 - Dark Summit
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
|
||||
[Video_Hacks]
|
||||
# Avoids stuck screens during FMVs.
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
|
||||
8
Data/Sys/GameSettings/GDSE78.ini
Normal file
8
Data/Sys/GameSettings/GDSE78.ini
Normal file
@ -0,0 +1,8 @@
|
||||
# GDSE78 - Dark Summit
|
||||
|
||||
[OnFrame]
|
||||
$Limit internal frame rate (speed hack)
|
||||
0x80088784:dword:0x48184278
|
||||
|
||||
[OnFrame_Enabled]
|
||||
$Limit internal frame rate (speed hack)
|
||||
8
Data/Sys/GameSettings/GDSP78.ini
Normal file
8
Data/Sys/GameSettings/GDSP78.ini
Normal file
@ -0,0 +1,8 @@
|
||||
# GDSP78 - Dark Summit
|
||||
|
||||
[OnFrame]
|
||||
$Limit internal frame rate (speed hack)
|
||||
0x80089808:dword:0x481818A0
|
||||
|
||||
[OnFrame_Enabled]
|
||||
$Limit internal frame rate (speed hack)
|
||||
Loading…
Reference in New Issue
Block a user