mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Disable "item hang" hack by default - no longer needed!
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
EmulationStateId = 2
|
EmulationStateId = 2
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
+$Fix item hang
|
$Fix item hang
|
||||||
0x802904B4:dword:0x4E800020
|
0x802904B4:dword:0x4E800020
|
||||||
$Max health
|
$Max health
|
||||||
0x803C4C09:byte:0x50
|
0x803C4C09:byte:0x50
|
||||||
|
@ -5,7 +5,7 @@ EmulationIssues = No Sound
|
|||||||
[OnLoad]
|
[OnLoad]
|
||||||
#Add memory patches to be loaded once on boot here.
|
#Add memory patches to be loaded once on boot here.
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
+$Fix item hang
|
$Fix item hang
|
||||||
0x80295654:dword:0x4E800020
|
0x80295654:dword:0x4E800020
|
||||||
$Max health
|
$Max health
|
||||||
0x803C4C09:byte:0x00000050
|
0x803C4C09:byte:0x00000050
|
||||||
|
Reference in New Issue
Block a user