diff --git a/GEDE01.ini b/GEDE01.ini index 9f19e6f816..43454cf0b0 100644 --- a/GEDE01.ini +++ b/GEDE01.ini @@ -2,18 +2,17 @@ [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 = Use DX11 plugin for less graphic glitches (r6436) +EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. [Video] ProjectionHack = 1 -PH_SZNear = 1 +PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.1 +PH_ZNear = 5 +PH_ZFar = 0.15 [Gecko] [Video_Settings] SafeTextureCache = True SafeTextureCacheColorSamples = 512 - diff --git a/GEDP01.ini b/GEDP01.ini index 05631dedc7..f7ae147375 100644 --- a/GEDP01.ini +++ b/GEDP01.ini @@ -2,16 +2,17 @@ [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 = Use DX11 plugin for less graphic glitches (r6436) +EmulationIssues = [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. [Video] ProjectionHack = 1 -PH_SZNear = 1 +PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.1 +PH_ZNear = 5 +PH_ZFar = 0.15 [Gecko] [Video_Settings] -SafeTextureCache = True \ No newline at end of file +SafeTextureCache = True +SafeTextureCacheColorSamples = 512