zelda n64 patches
This commit is contained in:
parent
97f3b75d12
commit
bea90f5b13
|
@ -4,7 +4,12 @@
|
|||
[EmuState]
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 1
|
||||
EmulationIssues =
|
||||
[OnLoad]
|
||||
#Add memory patches to be loaded once on boot here.
|
||||
[OnFrame]
|
||||
+$loophack
|
||||
0x806866E4:word:0x60000000
|
||||
[ActionReplay]
|
||||
[Video]
|
||||
ProjectionHack = -1
|
||||
|
|
|
@ -3,5 +3,8 @@
|
|||
#The Emulation State.
|
||||
EmulationStateId = 1
|
||||
Issues="Dolphin doesn't support soft reset"
|
||||
EmulationIssues =
|
||||
[OnFrame]#Add memory patches here.
|
||||
[ActionReplay]
|
||||
[Video]
|
||||
ProjectionHack = -1
|
||||
|
|
|
@ -3,12 +3,14 @@
|
|||
#Values set here will override the main dolphin settings.
|
||||
[EmuState]
|
||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 2
|
||||
EmulationStateId = 4
|
||||
Issues="Boots then hangs, stuck on nop opcode?"
|
||||
EmulationIssues =
|
||||
[OnFrame]
|
||||
+$loophack
|
||||
+$loophack_ZOOT
|
||||
0x80683804:word:0x60000000
|
||||
$loophack_ZMM
|
||||
0x8068C324:word:0x60000000
|
||||
[ActionReplay]
|
||||
[Video]
|
||||
ProjectionHack = -1
|
||||
|
|
Loading…
Reference in New Issue