GameSettings: Add patches to limit framerate in 007 Quantum of Solace and remove ImmediateXFBEnable=False.

Thanks to JMC for the JPN region patch.
This commit is contained in:
Jordan Woyak
2026-01-22 17:37:11 -06:00
parent 2a771937cf
commit ad505b8833
4 changed files with 25 additions and 14 deletions

View File

@@ -1,20 +1,7 @@
# RJ2JGD, RJ2P52, RJ2E52 - Quantum of Solace
[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.
# RJ2JGD, RJ2P52, RJ2E52 - 007: Quantum of Solace
[Video_Settings]
SafeTextureCacheColorSamples = 0
[Video_Enhancements]
ForceTextureFiltering = 0
[Video_Hacks]
# Introduction is uncapped and slow to emulate.
ImmediateXFBEnable = False

View File

@@ -0,0 +1,8 @@
# RJ2E52 - 007: Quantum of Solace
[OnFrame]
$Limit internal frame rate (speed hack)
0x8000909c:dword:0x4801d714
[OnFrame_Enabled]
$Limit internal frame rate (speed hack)

View File

@@ -0,0 +1,8 @@
# RJ2JGD - 007: Quantum of Solace
[OnFrame]
$Limit internal frame rate (speed hack)
0x80009390:dword:0x4801d8e4
[OnFrame_Enabled]
$Limit internal frame rate (speed hack)

View File

@@ -0,0 +1,8 @@
# RJ2P52 - 007: Quantum of Solace
[OnFrame]
$Limit internal frame rate (speed hack)
0x80009388:dword:0x4801d7fc
[OnFrame_Enabled]
$Limit internal frame rate (speed hack)