mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Identified and organized libultra (#15)
* libultra sorted out * missed some things * forgot some things * one more thing * not actually libultra * also split out the data into three sections * finer split * parameter is a thing, apparently
This commit is contained in:
+1
-7
@@ -76,9 +76,7 @@ f32 Math_FAtan2F(f32, f32);
|
||||
f32 Math_FAsinF(f32);
|
||||
f32 Math_FAcosF(f32);
|
||||
|
||||
void func_800227A0(s32, OSMesgQueue*, OSMesg*, s32);
|
||||
|
||||
s32 func_80022B60(void);
|
||||
void osCreatePiMgr(s32, OSMesgQueue*, OSMesg*, s32);
|
||||
|
||||
f32 __sinf(f32);
|
||||
f32 __cosf(f32);
|
||||
@@ -87,10 +85,6 @@ s64 __ull_div(s64, s64);
|
||||
s64 __ll_mul(s64, s64);
|
||||
s64 __ll_rshift(s64, s64);
|
||||
|
||||
void __osSiCreateAccessQueue(void);
|
||||
|
||||
OSMesgQueue* osPiGetCmdQueue(void);
|
||||
|
||||
s32 func_8002DE78(void*, s32, s32); // Not real signature
|
||||
|
||||
void func_80060FBC(u8*, f32*);
|
||||
|
||||
Reference in New Issue
Block a user