More updates (Baten Kaitos, Punchout,Super Smash Bros. Brawl).
This commit is contained in:
parent
f9444315be
commit
319c3aa588
|
@ -15,5 +15,5 @@ PH_ZFar =
|
|||
[Gecko]
|
||||
[Video_Hacks]
|
||||
EFBAccessEnable = False
|
||||
[Video_Enhancements]
|
||||
PostProcessingShader =
|
||||
EFBCopyEnable = True
|
||||
EFBToTextureEnable = False
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# GKBPAF - Baten Kaitos
|
||||
[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 = 5
|
||||
EmulationStateId = 4
|
||||
EmulationIssues =
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
|
@ -13,4 +14,7 @@ PH_ZNear =
|
|||
PH_ZFar =
|
||||
[Gecko]
|
||||
[Video_Hacks]
|
||||
EFBAccessEnable = False
|
||||
EFBAccessEnable = False
|
||||
EFBCopyEnable = True
|
||||
EFBToTextureEnable = False
|
||||
|
||||
|
|
|
@ -9,6 +9,11 @@ EmulationIssues = Disable "Use EuRGB60 (PAL60) mode" in the wii configuration ta
|
|||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
PH_SZFar = 0
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
[Gecko]
|
||||
[Video_Enhancements]
|
||||
PostProcessingShader =
|
||||
[Wii]
|
||||
DisableWiimoteSpeaker = 1
|
||||
|
|
|
@ -9,3 +9,5 @@ EmulationStateId = 5
|
|||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
[Wii]
|
||||
DisableWiimoteSpeaker = 1
|
||||
|
|
|
@ -2,11 +2,16 @@
|
|||
[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 = Beam sword has black box. Title screen glitches. Assist trophies appear incorrectly when not viewed from below.
|
||||
EmulationIssues =
|
||||
[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_Enhancements]
|
||||
PostProcessingShader =
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
#Values set here will override the main dolphin settings.
|
||||
[EmuState]
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 0
|
||||
EmulationStateId = 4
|
||||
[OnFrame]
|
||||
[ActionReplay]
|
||||
|
|
Loading…
Reference in New Issue