mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Match 3 libultra funcs + some texture init labels (#383)
* Fix warnings * Update src/thread0_epc.c Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com> * identify some texture init stuff * match _Litob * match cosf * match sinf * formatting * Update math.h * Delete sinf.s * quick fix --------- Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>
This commit is contained in:
+3
-6
@@ -3,11 +3,8 @@
|
||||
|
||||
#define M_PI 3.14159265358979323846
|
||||
|
||||
float sinf(float); //official name: fsin
|
||||
double sin(double);
|
||||
float cosf(float);
|
||||
double cos(double);
|
||||
|
||||
float sqrtf(float);
|
||||
f32 sinf(f32 x); //official name: fsin
|
||||
f32 cosf(f32 x);
|
||||
f32 sqrtf(f32 x);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user