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:
parent
f042f600d0
commit
e78003696c
14
PZLE01.ini
14
PZLE01.ini
|
@ -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]
|
14
PZLJ01.ini
14
PZLJ01.ini
|
@ -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]
|
14
PZLP01.ini
14
PZLP01.ini
|
@ -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]
|
Loading…
Reference in New Issue