summaryrefslogtreecommitdiff
path: root/include/lib
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-01-18 09:44:01 +0100
committerAetias <aetias@outlook.com>2025-01-18 09:44:01 +0100
commit13108e3ae4e95a4a9a547a3074852099d299a6b9 (patch)
tree21f3ce5b19514780bad5c1451718b4367f6fa47c /include/lib
parent48bbd8bb7f008ac913cabb6f7faf4a47ad86878b (diff)
Move ARM9 Main documentation from Ghidra
Diffstat (limited to 'include/lib')
-rw-r--r--include/lib/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/math.h b/include/lib/math.h
index f7204acc..f3e0d3d6 100644
--- a/include/lib/math.h
+++ b/include/lib/math.h
@@ -89,7 +89,7 @@ typedef struct {
/* 24 */
} Mat3p;
-extern "C" u32 FastDivide(u32 a, u32 b);
+extern "C" u32 SoftDivide(u32 a, u32 b);
extern "C" u32 Divide(u32 a, u32 b);
extern "C" bool Approach(unk32 *src, unk32 dest, unk32 step);
extern "C" bool Approach_thunk(unk32 *src, unk32 dest, unk32 step);