Merge pull request #14300 from jordan-woyak/speedhack-007qos

GameSettings: Add patches to limit framerate in 007 Quantum of Solace.
This commit is contained in:
JMC47
2026-01-24 15:11:11 -05:00
committed by GitHub
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)