Few updates: True Crime LA needs projection hack to use the menus. 

Zelda Collector's Edition works just as well as the Zelda OOT disk.
This commit is contained in:
MofoMan2000 2011-06-01 06:26:14 +00:00
parent eb4da82d79
commit ab116a831a
3 changed files with 32 additions and 8 deletions

View File

@ -7,5 +7,10 @@ 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] [Video]
ProjectionHack = 0 ProjectionHack = 1
PH_SZNear = 1
PH_SZFar = 1
PH_ExtraParam = 0
PH_ZNear = 20
PH_ZFar = 1.99998
[Gecko] [Gecko]

View File

@ -3,11 +3,17 @@
#Values set here will override the main dolphin settings. #Values set here will override the main dolphin settings.
[EmuState] [EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set. #The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3 EmulationStateId = 5
EmulationIssues = EmulationIssues = Minor video glitches when pausing
[OnFrame] [OnFrame]
+$Loophack +$Loophack
0x80665804:dword:0x60000000 0x80665804:dword:0x60000000
[ActionReplay] [ActionReplay]
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]

View File

@ -1,6 +1,19 @@
# PZLP01 - The Legend of Zelda: Collector's Edition # PZLP01 - The Legend of Zelda: Collector's Edition
[Core] Values set here will override the main dolphin settings. [Core]
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. #Values set here will override the main dolphin settings.
EmulationStateId = 3 [EmuState]
[OnFrame] Add memory patches to be applied every frame here. #The Emulation State. 1 is worst, 5 is best, 0 is not set.
[ActionReplay] Add action replay cheats here. EmulationStateId = 5
EmulationIssues = Minor video glitches when pausing
[OnFrame]
+$Loophack
0x80665804:dword:0x60000000
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]