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