diff options
| author | Yanis <35189056+Yanis002@users.noreply.github.com> | 2025-07-13 19:27:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-13 19:27:55 +0200 |
| commit | 93b942b2de0b78961dbb5c52fb491c96c6f4656d (patch) | |
| tree | e9e297664425077cb613ae8ddbb0a004810be40b /libs | |
| parent | 0421d36979794e73793e40a92c55365e69f6944e (diff) | |
name symbols based on GameSpy (#116)
Co-authored-by: Yanis002 <Yanis002@users.noreply.github.com>
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/nds/include/nds/math.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/nds/include/nds/math.h b/libs/nds/include/nds/math.h index 18332db1..ea1d1d88 100644 --- a/libs/nds/include/nds/math.h +++ b/libs/nds/include/nds/math.h @@ -30,7 +30,6 @@ typedef s16 q4; u32 func_01ff9f3c(s32 a, s32 b); s32 Atan2(s32 x, s32 y); -u32 SoftDivide(u32 a, u32 b); u32 CoDivide64By32(u32 a, u32 b); u32 func_01ff98f0(u32 a, u32 b); u32 CoReciprocal(u32 x); |
