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:
parent
6800efa8e9
commit
75d6a52175
|
@ -15,3 +15,5 @@ PH_ZFar =
|
|||
[Gecko]
|
||||
[Video_Settings]
|
||||
EFBScale = 1
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
|
|
@ -15,3 +15,5 @@ PH_ZFar =
|
|||
[Gecko]
|
||||
[Video_Settings]
|
||||
EFBScale = 1
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -74,6 +74,7 @@ PH_ZNear =
|
|||
PH_ZFar =
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
EFBScale = 1
|
||||
SafeTextureCache = True
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
EFBToTextureEnable = False
|
||||
|
|
|
@ -15,3 +15,5 @@ PH_ZFar =
|
|||
[Gecko]
|
||||
[Video_Settings]
|
||||
EFBScale = 1
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
|
13
GXXP01.ini
13
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
|
||||
|
|
Loading…
Reference in New Issue