mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-31 01:15:17 +01:00
GameSettings: Add patches to limit framerate in Dark Summit and mention reason for ImmediateXFBEnable=false.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user