Remove now-unnecessary OnFrame hack from Zelda Collector's Edition.

This apparently allowed OoT to boot in interpreter mode way back during revisions when multi-executable ISOs wouldn't run past their menus.
This is good since this is one less hack being used, meaning more accurate emulation. It also helps because I don't know if the hack needs to be applied at the same memory location for different regions.

Also update the formatting of these INIs a bit to be more like something the emulator makes today.
This commit is contained in:
MofoMan2000 2011-06-28 22:46:15 +00:00
parent f042f600d0
commit e78003696c
3 changed files with 18 additions and 24 deletions

View File

@ -1,14 +1,10 @@
# PZLE01 - The Legend of Zelda: Collector's Edition
[Core]
#Values set here will override the main dolphin settings.
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
[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
EmulationIssues = Minor video glitches when pausing
[OnFrame]
+$Loophack
0x80665804:dword:0x60000000
[ActionReplay]
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
PH_SZNear = 0
@ -17,3 +13,5 @@ PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
[Video_Settings]
[Video_Hacks]

View File

@ -1,14 +1,10 @@
# PZLJ01 - The Legend of Zelda: Collector's Edition
[Core]
#Values set here will override the main dolphin settings.
[EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
[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
EmulationIssues = Minor video glitches when pausing
[OnFrame]
+$Loophack
0x80665804:dword:0x60000000
[ActionReplay]
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video]
ProjectionHack = 0
PH_SZNear = 0
@ -17,3 +13,5 @@ PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
[Video_Settings]
[Video_Hacks]

View File

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