From 0adbb7b60f5134a27558404c6c0ffacd42cb38c2 Mon Sep 17 00:00:00 2001 From: HappyDOGE <28511119+HappyDOGE@users.noreply.github.com> Date: Tue, 4 Jan 2022 14:19:22 +0300 Subject: audio override --- NorthstarDedicatedTest/audio_asm.asm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 NorthstarDedicatedTest/audio_asm.asm (limited to 'NorthstarDedicatedTest/audio_asm.asm') diff --git a/NorthstarDedicatedTest/audio_asm.asm b/NorthstarDedicatedTest/audio_asm.asm new file mode 100644 index 00000000..4c527f9d --- /dev/null +++ b/NorthstarDedicatedTest/audio_asm.asm @@ -0,0 +1,8 @@ +public Audio_GetParentEvent + +.code +Audio_GetParentEvent proc + mov rax, r12 + ret +Audio_GetParentEvent endp +end \ No newline at end of file -- cgit v1.2.3