From 0c7f49308a5441b166c31139e7ba279bdd6b1140 Mon Sep 17 00:00:00 2001 From: Linktothepast Date: Thu, 7 Jan 2016 12:21:58 +0200 Subject: [PATCH 1/2] Gameini updates. Updates for Sonic Adventure 2 Battle, Surf's Up, Drawn to Life The Next Chapter, Boogie, Boogie SuperStar, Quantum of Solace, Tiger Woods PGA Tour 08, Call of Duty: Black Ops. Fixes issues 9123, 9191, 9204, 9205, 9206, 9050, 9183. --- Data/Sys/GameSettings/GSN.ini | 3 +++ Data/Sys/GameSettings/GXU.ini | 23 +++++++++++++++++++++++ Data/Sys/GameSettings/R9D.ini | 24 ++++++++++++++++++++++++ Data/Sys/GameSettings/RBO.ini | 26 ++++++++++++++++++++++++++ Data/Sys/GameSettings/RG6.ini | 26 ++++++++++++++++++++++++++ Data/Sys/GameSettings/RJ2.ini | 27 +++++++++++++++++++++++++++ Data/Sys/GameSettings/RT8.ini | 21 +++++++++++++++++++++ Data/Sys/GameSettings/SC7.ini | 1 + 8 files changed, 151 insertions(+) create mode 100644 Data/Sys/GameSettings/GXU.ini create mode 100644 Data/Sys/GameSettings/R9D.ini create mode 100644 Data/Sys/GameSettings/RBO.ini create mode 100644 Data/Sys/GameSettings/RG6.ini create mode 100644 Data/Sys/GameSettings/RJ2.ini create mode 100644 Data/Sys/GameSettings/RT8.ini diff --git a/Data/Sys/GameSettings/GSN.ini b/Data/Sys/GameSettings/GSN.ini index 144e30dc1c..02245d9a6b 100644 --- a/Data/Sys/GameSettings/GSN.ini +++ b/Data/Sys/GameSettings/GSN.ini @@ -16,3 +16,6 @@ EmulationIssues = [ActionReplay] # Add action replay cheats here. + +[Video_Settings] +SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/GXU.ini b/Data/Sys/GameSettings/GXU.ini new file mode 100644 index 0000000000..3a467778a6 --- /dev/null +++ b/Data/Sys/GameSettings/GXU.ini @@ -0,0 +1,23 @@ +# GXUE41 - Surf's Up + +[Core] +# Values set here will override the main Dolphin settings. +MMU = True + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/R9D.ini b/Data/Sys/GameSettings/R9D.ini new file mode 100644 index 0000000000..fe801486c8 --- /dev/null +++ b/Data/Sys/GameSettings/R9D.ini @@ -0,0 +1,24 @@ +# R9DE78 - Drawn to Life The Next Chapter + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/RBO.ini b/Data/Sys/GameSettings/RBO.ini new file mode 100644 index 0000000000..5fc9cd2dd6 --- /dev/null +++ b/Data/Sys/GameSettings/RBO.ini @@ -0,0 +1,26 @@ +# RBOE69 - Boogie + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/RG6.ini b/Data/Sys/GameSettings/RG6.ini new file mode 100644 index 0000000000..8cdb19157d --- /dev/null +++ b/Data/Sys/GameSettings/RG6.ini @@ -0,0 +1,26 @@ +# RG6E69 - Boogie SuperStar + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/RJ2.ini b/Data/Sys/GameSettings/RJ2.ini new file mode 100644 index 0000000000..848b521f61 --- /dev/null +++ b/Data/Sys/GameSettings/RJ2.ini @@ -0,0 +1,27 @@ +# RJ2E52 - Quantum of Solace + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Needs STC to prevent glitches and it runs slow. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +UseXFB = True +UseRealXFB = False +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/RT8.ini b/Data/Sys/GameSettings/RT8.ini new file mode 100644 index 0000000000..901bc16209 --- /dev/null +++ b/Data/Sys/GameSettings/RT8.ini @@ -0,0 +1,21 @@ +# RT8E69 - Tiger Woods PGA Tour 08 + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SC7.ini b/Data/Sys/GameSettings/SC7.ini index 13feb9990a..86ce9bc233 100644 --- a/Data/Sys/GameSettings/SC7.ini +++ b/Data/Sys/GameSettings/SC7.ini @@ -19,3 +19,4 @@ EmulationIssues = [Video_Enhancements] MaxAnisotropy = 0 +ForceFiltering = False From 6d279153f3e53c28ce3564ad3aee5a71116baf5e Mon Sep 17 00:00:00 2001 From: Linktothepast Date: Fri, 8 Jan 2016 15:55:59 +0200 Subject: [PATCH 2/2] More gameini updates. Conflict: Desert Storm II and Rock Band 3 gameinis updated. --- Data/Sys/GameSettings/GC2.ini | 5 ++++- Data/Sys/GameSettings/SZB.ini | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/GC2.ini b/Data/Sys/GameSettings/GC2.ini index 91009a77ab..f2aee2ee90 100644 --- a/Data/Sys/GameSettings/GC2.ini +++ b/Data/Sys/GameSettings/GC2.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Videos not seen +EmulationIssues = Needs real Xfb for the videos to display. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -17,3 +17,6 @@ EmulationIssues = Videos not seen [ActionReplay] # Add action replay cheats here. +[Video_Settings] +UseXFB = True +UseRealXFB = True diff --git a/Data/Sys/GameSettings/SZB.ini b/Data/Sys/GameSettings/SZB.ini index 38cd4879fd..e535d37d80 100644 --- a/Data/Sys/GameSettings/SZB.ini +++ b/Data/Sys/GameSettings/SZB.ini @@ -19,4 +19,7 @@ EmulationIssues = If emu is running less than 100% it's EXTREMELY hard to hit no [Video_Enhancements] ForceFiltering = False +MaxAnisotropy = 0 +[Video_Hacks] +EFBToTextureEnable = False