mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
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]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
EFBScale = 1
|
EFBScale = 1
|
||||||
|
SafeTextureCache = True
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
@ -15,3 +15,5 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
EFBScale = 1
|
EFBScale = 1
|
||||||
|
SafeTextureCache = True
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -15,3 +15,5 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
EFBScale = 1
|
EFBScale = 1
|
||||||
|
SafeTextureCache = True
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
13
GXXP01.ini
13
GXXP01.ini
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user