We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc93bbf commit c789ca8Copy full SHA for c789ca8
2 files changed
MarathonRecomp/app.cpp
@@ -301,6 +301,10 @@ void DisableStartWait()
301
// printf("DisableStartWait\n");
302
}
303
304
+void IgnoreXAudioLockPlsFixAndDeleteThisMidasm(PPCRegister& val)
305
+{
306
+}
307
+
308
PPC_FUNC_IMPL(__imp__sub_82511540);
309
PPC_FUNC(sub_82511540)
310
{
MarathonRecompLib/config/Marathon.toml
@@ -127,6 +127,12 @@ address = 0x82512B04
127
registers = ["r4", "r31"]
128
after_instruction = true
129
130
+[[midasm_hook]]
131
+name = "IgnoreXAudioLockPlsFixAndDeleteThisMidasm"
132
+address = 0x8255AAE8
133
+registers = ["r11"]
134
+jump_address = 0x8255AB24
135
136
#[[midasm_hook]]
137
#name = "DebugZlibMidAsmHook"
138
#address = 0x826DC30C
0 commit comments