mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-31 01:15:17 +01:00
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:
@@ -1,20 +1,7 @@
|
|||||||
# RJ2JGD, RJ2P52, RJ2E52 - Quantum of Solace
|
# RJ2JGD, RJ2P52, RJ2E52 - 007: 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.
|
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
ForceTextureFiltering = 0
|
ForceTextureFiltering = 0
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
# Introduction is uncapped and slow to emulate.
|
|
||||||
ImmediateXFBEnable = False
|
|
||||||
|
|||||||
8
Data/Sys/GameSettings/RJ2E52.ini
Normal file
8
Data/Sys/GameSettings/RJ2E52.ini
Normal 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)
|
||||||
8
Data/Sys/GameSettings/RJ2JGD.ini
Normal file
8
Data/Sys/GameSettings/RJ2JGD.ini
Normal 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)
|
||||||
8
Data/Sys/GameSettings/RJ2P52.ini
Normal file
8
Data/Sys/GameSettings/RJ2P52.ini
Normal 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)
|
||||||
Reference in New Issue
Block a user