mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user