summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-05-24 12:23:03 +0200
committerAetias <aetias@outlook.com>2025-05-24 12:23:03 +0200
commitef04313d458adf37d2e3eb83fd291e4eb9b30a7d (patch)
tree307a66509214fbb10b2059fa542bc951c7cfec26 /libs
parente138813392a8606b2b87e9463d8fb0219fef269d (diff)
Decomp `PlayerControl` 98%
Diffstat (limited to 'libs')
-rw-r--r--libs/nds/include/nds/math.h2
-rw-r--r--libs/nds/src/itcm/math_1.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/nds/include/nds/math.h b/libs/nds/include/nds/math.h
index 6cb1d524..18332db1 100644
--- a/libs/nds/include/nds/math.h
+++ b/libs/nds/include/nds/math.h
@@ -34,7 +34,7 @@ u32 SoftDivide(u32 a, u32 b);
u32 CoDivide64By32(u32 a, u32 b);
u32 func_01ff98f0(u32 a, u32 b);
u32 CoReciprocal(u32 x);
-u32 func_01ff992c(u32 x);
+u64 func_01ff992c(u32 x);
u32 CoSqrt(u32 x);
u32 CoInvSqrt(u32 x);
u32 AwaitDivisionResult();
diff --git a/libs/nds/src/itcm/math_1.c b/libs/nds/src/itcm/math_1.c
index ee452869..bbc5f740 100644
--- a/libs/nds/src/itcm/math_1.c
+++ b/libs/nds/src/itcm/math_1.c
@@ -37,7 +37,7 @@ void Mat4p_Multiply(Mat4p *a, Mat4p *b, Mat4p *out) {}
u32 CoDivide64By32(u32 a, u32 b) {}
u32 func_01ff98f0(u32 a, u32 b) {}
u32 CoReciprocal(u32 x) {}
-u32 func_01ff992c(u32 x) {}
+u64 func_01ff992c(u32 x) {}
u32 CoSqrt(u32 x) {}
u32 CoInvSqrt(u32 x) {}
u32 AwaitDivisionResult() {}