GameSettings: Add patches to limit framerate in Dark Summit and mention reason for ImmediateXFBEnable=false.

This commit is contained in:
Jordan Woyak
2026-01-24 00:06:57 -06:00
parent 4d2917d302
commit 8541dfa419
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)