summaryrefslogtreecommitdiff
path: root/asm/TRK_MINNOW_DOLPHIN/mutex_TRK.s
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-02 17:29:19 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-03 13:27:06 -0400
commitf2eabdb6257c09cf2890dac5e9737912728542af (patch)
tree3b46f6787185d65605651a0f48776dc9779ce648 /asm/TRK_MINNOW_DOLPHIN/mutex_TRK.s
parenteef1dd840b7cecac28c2e6b0574707b90a37d4e7 (diff)
global: Add rest of Dolphin SDK proper, add MSL, and MetroTRK
Finally, it links properly.
Diffstat (limited to 'asm/TRK_MINNOW_DOLPHIN/mutex_TRK.s')
-rw-r--r--asm/TRK_MINNOW_DOLPHIN/mutex_TRK.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/asm/TRK_MINNOW_DOLPHIN/mutex_TRK.s b/asm/TRK_MINNOW_DOLPHIN/mutex_TRK.s
new file mode 100644
index 0000000..0d70ce4
--- /dev/null
+++ b/asm/TRK_MINNOW_DOLPHIN/mutex_TRK.s
@@ -0,0 +1,17 @@
+.include "macros.inc"
+
+.section .text, "ax" # 0x80005600 - 0x8036FBA0
+.global TRKInitializeMutex
+TRKInitializeMutex:
+/* 8008A24C 0008718C 38 60 00 00 */ li r3, 0
+/* 8008A250 00087190 4E 80 00 20 */ blr
+
+.global TRKAcquireMutex
+TRKAcquireMutex:
+/* 8008A254 00087194 38 60 00 00 */ li r3, 0
+/* 8008A258 00087198 4E 80 00 20 */ blr
+
+.global TRKReleaseMutex
+TRKReleaseMutex:
+/* 8008A25C 0008719C 38 60 00 00 */ li r3, 0
+/* 8008A260 000871A0 4E 80 00 20 */ blr