Skies of Arcadia Legends update.
This commit is contained in:
parent
86425a002f
commit
9659ac1e73
|
@ -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 =
|
||||
EmulationIssues = Use direct3d 9 for less graphic glitches.
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
|
@ -11,6 +11,6 @@ PH_SZNear = 0
|
|||
PH_SZFar = 1
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar = 1.99998
|
||||
|
||||
|
||||
PH_ZFar = 1.95
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
|
|
|
@ -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 =
|
||||
EmulationIssues = Use direct3d 9 for less graphic glitches.
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
|
@ -11,4 +11,6 @@ PH_SZNear = 0
|
|||
PH_SZFar = 1
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar = 1.99998
|
||||
PH_ZFar = 1.95
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
|
|
Loading…
Reference in New Issue