From a9aabc398a9ee8d267d51914ad600eaf2059a2e1 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 7 Jul 2017 12:43:05 +0200 Subject: [PATCH] Update game INIs https://bugs.dolphin-emu.org/issues/10171 https://bugs.dolphin-emu.org/issues/10207 https://bugs.dolphin-emu.org/issues/10336 https://bugs.dolphin-emu.org/issues/10355 https://bugs.dolphin-emu.org/issues/10370 https://github.com/dolphin-emu/dolphin/pull/5726#discussion_r126879253 --- Data/Sys/GameSettings/G5S.ini | 2 +- Data/Sys/GameSettings/G8M.ini | 3 +++ Data/Sys/GameSettings/GED.ini | 1 + Data/Sys/GameSettings/GUT.ini | 3 +++ Data/Sys/GameSettings/R55.ini | 24 ++++++++++++++++++++++++ Data/Sys/GameSettings/R59.ini | 21 +++++++++++++++++++++ 6 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 Data/Sys/GameSettings/R55.ini create mode 100644 Data/Sys/GameSettings/R59.ini diff --git a/Data/Sys/GameSettings/G5S.ini b/Data/Sys/GameSettings/G5S.ini index f0e25c9729..c4fd8c12a4 100644 --- a/Data/Sys/GameSettings/G5S.ini +++ b/Data/Sys/GameSettings/G5S.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = Needs efb to Ram for proper lighting. +EmulationIssues = [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/G8M.ini b/Data/Sys/GameSettings/G8M.ini index fdec5667ec..7e5e09f755 100644 --- a/Data/Sys/GameSettings/G8M.ini +++ b/Data/Sys/GameSettings/G8M.ini @@ -21,5 +21,8 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics). EFBToTextureEnable = False BBoxEnable = True +[Video_Settings] +EFBScale = -1 + [Video_Stereoscopy] StereoConvergence = 545 diff --git a/Data/Sys/GameSettings/GED.ini b/Data/Sys/GameSettings/GED.ini index 4301ae90fb..7d546a78b5 100644 --- a/Data/Sys/GameSettings/GED.ini +++ b/Data/Sys/GameSettings/GED.ini @@ -2,6 +2,7 @@ [Core] # Values set here will override the main Dolphin settings. +GPUDeterminismMode = fake-completion [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. diff --git a/Data/Sys/GameSettings/GUT.ini b/Data/Sys/GameSettings/GUT.ini index 3ac2d0d11f..97997137e6 100644 --- a/Data/Sys/GameSettings/GUT.ini +++ b/Data/Sys/GameSettings/GUT.ini @@ -18,6 +18,9 @@ EmulationIssues = [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +BBoxEnable = True + [Video_Settings] UseXFB = True UseRealXFB = True diff --git a/Data/Sys/GameSettings/R55.ini b/Data/Sys/GameSettings/R55.ini new file mode 100644 index 0000000000..b4c35df2da --- /dev/null +++ b/Data/Sys/GameSettings/R55.ini @@ -0,0 +1,24 @@ +# R55P41 - Qui veut gagner des millions ? + +[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 = +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 + +[Wii] +Widescreen = False diff --git a/Data/Sys/GameSettings/R59.ini b/Data/Sys/GameSettings/R59.ini new file mode 100644 index 0000000000..9aa97bb6ca --- /dev/null +++ b/Data/Sys/GameSettings/R59.ini @@ -0,0 +1,21 @@ +# R59E4Q - Club Penguin: Game Day! + +[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 = +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