diff --git a/Data/Sys/GameSettings/G2R.ini b/Data/Sys/GameSettings/G2R.ini index ea8e85a9c7..62d18fb189 100644 --- a/Data/Sys/GameSettings/G2R.ini +++ b/Data/Sys/GameSettings/G2R.ini @@ -2,11 +2,12 @@ [Core] # Values set here will override the main Dolphin settings. +DSPHLE = False [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = +EmulationIssues = Slow audio with HLE. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -18,10 +19,6 @@ EmulationIssues = # Add action replay cheats here. [Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +[DSP] +EnableJIT = True diff --git a/Data/Sys/GameSettings/GDD.ini b/Data/Sys/GameSettings/GDD.ini index 0b51043e61..7c2ff71444 100644 --- a/Data/Sys/GameSettings/GDD.ini +++ b/Data/Sys/GameSettings/GDD.ini @@ -2,11 +2,12 @@ [Core] # Values set here will override the main Dolphin settings. +DSPHLE = False [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = Slow audio with HLE. Needs real xfb for the videos to display. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -18,5 +19,10 @@ EmulationIssues = # Add action replay cheats here. [Video] -ProjectionHack = 0 +[DSP] +EnableJIT = True + +[Video_Settings] +UseXFB = True +UseRealXFB = True diff --git a/Data/Sys/GameSettings/GFO.ini b/Data/Sys/GameSettings/GFO.ini new file mode 100644 index 0000000000..a079bdc637 --- /dev/null +++ b/Data/Sys/GameSettings/GFO.ini @@ -0,0 +1,24 @@ +# GFOE78 - The Fairly OddParents: Shadow Showdown + +[Core] +# Values set here will override the main Dolphin settings. +DSPHLE = False + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Slow audio with HLE. + +[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] + +[DSP] +EnableJIT = True diff --git a/Data/Sys/GameSettings/GHR.ini b/Data/Sys/GameSettings/GHR.ini index 4836756a59..7eff256525 100644 --- a/Data/Sys/GameSettings/GHR.ini +++ b/Data/Sys/GameSettings/GHR.ini @@ -15,3 +15,6 @@ EmulationStateId = 5 [ActionReplay] # Add action replay cheats here. + +[Video_Settings] +SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/R6Q.ini b/Data/Sys/GameSettings/R6Q.ini new file mode 100644 index 0000000000..63a16e90e5 --- /dev/null +++ b/Data/Sys/GameSettings/R6Q.ini @@ -0,0 +1,24 @@ +# R6QE69 - MySims Agents + +[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_Hacks] +EFBToTextureEnable = False + +[Video_Settings] +SafeTextureCacheColorSamples = 4096 diff --git a/Data/Sys/GameSettings/R7P.ini b/Data/Sys/GameSettings/R7P.ini index 340c4cd724..0b14211021 100644 --- a/Data/Sys/GameSettings/R7P.ini +++ b/Data/Sys/GameSettings/R7P.ini @@ -20,3 +20,5 @@ EmulationStateId = 4 [Video] ProjectionHack = 0 +[Video_Settings] +SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/RLS.ini b/Data/Sys/GameSettings/RLS.ini new file mode 100644 index 0000000000..d66ffe4512 --- /dev/null +++ b/Data/Sys/GameSettings/RLS.ini @@ -0,0 +1,27 @@ +# RLSE8P - Alien Syndrome + +[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] + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Settings] +UseXFB = True +UseRealXFB = False diff --git a/Data/Sys/GameSettings/RTU.ini b/Data/Sys/GameSettings/RTU.ini new file mode 100644 index 0000000000..a01df17f35 --- /dev/null +++ b/Data/Sys/GameSettings/RTU.ini @@ -0,0 +1,24 @@ +# RTUEJJ, RTUFKM, RTUPKM - Secret Files Tunguska + +[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 = Needs Efb Access from CPU for gamesave pics, efb to ram prevents glitches. + +[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] + +[Video_Hacks] +EFBAccessEnable = True +EFBToTextureEnable = False \ No newline at end of file diff --git a/Data/Sys/GameSettings/RZF.ini b/Data/Sys/GameSettings/RZF.ini new file mode 100644 index 0000000000..e0fadfce33 --- /dev/null +++ b/Data/Sys/GameSettings/RZF.ini @@ -0,0 +1,23 @@ +# RZFPKM - Secret Files 2 Puritas Cordis + +[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 = Needs Efb Access from CPU for gamesave pics. + +[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] + +[Video_Hacks] +EFBAccessEnable = True diff --git a/Data/Sys/GameSettings/RZY.ini b/Data/Sys/GameSettings/RZY.ini new file mode 100644 index 0000000000..eb016c22a0 --- /dev/null +++ b/Data/Sys/GameSettings/RZY.ini @@ -0,0 +1,21 @@ +# RZYE41 - My Word Coach + +[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] +SafeTextureCacheColorSamples = 0