Super Smash Bros. Melee:
Change emulation status to "Perfect" Needs internal resolution to be multiple of 640x528, otherwise black ground glitches occur.
This commit is contained in:
parent
319c3aa588
commit
f180cd9601
13
GALE01.ini
13
GALE01.ini
|
@ -1,7 +1,7 @@
|
||||||
# GALE01 - Super Smash Bros Melee
|
# GALE01 - Super Smash Bros Melee
|
||||||
[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 = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[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.
|
||||||
|
@ -206,4 +206,13 @@ $player 3 gets two AI clones.
|
||||||
04002F08 00000002
|
04002F08 00000002
|
||||||
$player 4 gets two AI clones.
|
$player 4 gets two AI clones.
|
||||||
04002F0C 00000002
|
04002F0C 00000002
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
|
[Video_Settings]
|
||||||
|
EFBScale = 1
|
||||||
|
[Gecko]
|
||||||
|
|
10
GALJ01.ini
10
GALJ01.ini
|
@ -5,3 +5,13 @@ EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[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]
|
||||||
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
|
[Video_Settings]
|
||||||
|
EFBScale = 1
|
||||||
|
[Gecko]
|
||||||
|
|
|
@ -99,3 +99,12 @@ $Debug Menu
|
||||||
[Core]
|
[Core]
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
|
[Video_Settings]
|
||||||
|
EFBScale = 1
|
||||||
|
[Gecko]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue