Merge pull request #14301 from jordan-woyak/speedhack-dark-summit

GameSettings: Add patches to limit framerate in Dark Summit.
This commit is contained in:
JMC47 2026-01-27 01:38:36 -05:00 committed by GitHub
commit 10b9da8cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 12 deletions

View File

@ -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

View 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)

View 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)