From 75d6a5217590ef616f4b0ddd5912c67adee8f106 Mon Sep 17 00:00:00 2001 From: MofoMan2000 Date: Tue, 22 Feb 2011 19:19:53 +0000 Subject: [PATCH] =?UTF-8?q?Pok=C3=A9mon=20games=20DO=20need=20Accurate=20T?= =?UTF-8?q?exture=20Cache=20set=20to=20safe=20(my=20bad).=20StarFox=20Assa?= =?UTF-8?q?ult=20needs=20EFB=20to=20be=20an=20integer=20multiple,=20otherw?= =?UTF-8?q?ise=20weird=20video=20issues=20occur=20(reproducible=20on=20mis?= =?UTF-8?q?sion=202:=20Katina).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GC6E01.ini | 2 ++ GC6P01.ini | 2 ++ GF7E01.ini | 3 ++- GF7P01.ini | 3 ++- GXXE01.ini | 2 ++ GXXP01.ini | 13 +++++++++++-- 6 files changed, 21 insertions(+), 4 deletions(-) diff --git a/GC6E01.ini b/GC6E01.ini index 3ed1b740d7..a6b3bdc22c 100644 --- a/GC6E01.ini +++ b/GC6E01.ini @@ -15,3 +15,5 @@ PH_ZFar = [Gecko] [Video_Settings] EFBScale = 1 +SafeTextureCache = True +SafeTextureCacheColorSamples = 0 diff --git a/GC6P01.ini b/GC6P01.ini index 50c34ce8e4..26c7ee2401 100644 --- a/GC6P01.ini +++ b/GC6P01.ini @@ -15,3 +15,5 @@ PH_ZFar = [Gecko] [Video_Settings] EFBScale = 1 +SafeTextureCache = True +SafeTextureCacheColorSamples = 0 diff --git a/GF7E01.ini b/GF7E01.ini index 76288de16e..f84133a86e 100644 --- a/GF7E01.ini +++ b/GF7E01.ini @@ -2,7 +2,7 @@ [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 Jitil recompiler in the config settings(invisible first level boss otherwise) +EmulationIssues = Use Jitil recompiler in the config settings(invisible first level boss otherwise). EFB must be an integer (integral, 1x, 2x, 3x). [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. $(M) @@ -77,6 +77,7 @@ PH_ZNear = PH_ZFar = [Gecko] [Video_Settings] +EFBScale = 1 SafeTextureCache = True [Video_Hacks] EFBToTextureEnable = False diff --git a/GF7P01.ini b/GF7P01.ini index f14832976b..fea49fdfe0 100644 --- a/GF7P01.ini +++ b/GF7P01.ini @@ -74,6 +74,7 @@ PH_ZNear = PH_ZFar = [Gecko] [Video_Settings] +EFBScale = 1 SafeTextureCache = True [Video_Hacks] -EFBToTextureEnable = False \ No newline at end of file +EFBToTextureEnable = False diff --git a/GXXE01.ini b/GXXE01.ini index a6481009f8..4134a082d9 100644 --- a/GXXE01.ini +++ b/GXXE01.ini @@ -15,3 +15,5 @@ PH_ZFar = [Gecko] [Video_Settings] EFBScale = 1 +SafeTextureCache = True +SafeTextureCacheColorSamples = 0 diff --git a/GXXP01.ini b/GXXP01.ini index 9a70554b0c..aeb6129acb 100644 --- a/GXXP01.ini +++ b/GXXP01.ini @@ -1,10 +1,19 @@ # GXXP01 - POKeMON XD [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 = +EmulationStateId = 4 +EmulationIssues = HLE music fades in and out. If EFB scale is not integral, 1x, 2x or 3x serious texture glitches occur [OnFrame] Add memory patches to be applied every frame here. [ActionReplay] Add action replay cheats here. [Video] ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = [Gecko] +[Video_Settings] +EFBScale = 1 +SafeTextureCache = True +SafeTextureCacheColorSamples = 0