From 209b9587a8f6347d82336e66e745f7b22ddab722 Mon Sep 17 00:00:00 2001 From: "kostamarino@hotmail.com" Date: Mon, 18 Apr 2011 22:13:03 +0000 Subject: [PATCH] Eternal Darkness update. This projection hack seems to work fine here.If anyone notices something wrong inform me to revert. --- GEDE01.ini | 9 ++++----- GEDP01.ini | 11 ++++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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