Pokémon games DO need Accurate Texture Cache set to safe (my bad).

StarFox Assault needs EFB to be an integer multiple, otherwise weird video issues occur (reproducible on mission 2: Katina).
This commit is contained in:
MofoMan2000 2011-02-22 19:19:53 +00:00
parent 6800efa8e9
commit 75d6a52175
6 changed files with 21 additions and 4 deletions

View File

@ -15,3 +15,5 @@ PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
EFBScale = 1 EFBScale = 1
SafeTextureCache = True
SafeTextureCacheColorSamples = 0

View File

@ -15,3 +15,5 @@ PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
EFBScale = 1 EFBScale = 1
SafeTextureCache = True
SafeTextureCacheColorSamples = 0

View File

@ -2,7 +2,7 @@
[Core] Values set here will override the main dolphin settings. [Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4 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. [OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here. [ActionReplay] Add action replay cheats here.
$(M) $(M)
@ -77,6 +77,7 @@ PH_ZNear =
PH_ZFar = PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
EFBScale = 1
SafeTextureCache = True SafeTextureCache = True
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False EFBToTextureEnable = False

View File

@ -74,6 +74,7 @@ PH_ZNear =
PH_ZFar = PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
EFBScale = 1
SafeTextureCache = True SafeTextureCache = True
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False EFBToTextureEnable = False

View File

@ -15,3 +15,5 @@ PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
EFBScale = 1 EFBScale = 1
SafeTextureCache = True
SafeTextureCacheColorSamples = 0

View File

@ -1,10 +1,19 @@
# GXXP01 - POKeMON XD # GXXP01 - POKeMON XD
[Core] Values set here will override the main dolphin settings. [Core] Values set here will override the main dolphin settings.
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. [EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = 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. [OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here. [ActionReplay] Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko] [Gecko]
[Video_Settings]
EFBScale = 1
SafeTextureCache = True
SafeTextureCacheColorSamples = 0