match audioline_reset and func_80009D6C in audio_spatial.c (#536)

* wip

* match audioline_reset

* match func_80009D6C

* move ABS to macros.h
This commit is contained in:
Unnunu
2025-04-28 17:28:18 +03:00
committed by GitHub
parent eaf2af275b
commit 57aa448faa
10 changed files with 144 additions and 145 deletions
+1
View File
@@ -58,6 +58,7 @@
#else
#define inline
#define ABSF(x) (x < 0.f ? -x : x)
#define ABS(x) ((x) >= 0 ? (x) : -(x))
#endif
// convert a virtual address to physical.