mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-08 19:22:27 -04:00
Decompile osScAddClient
This commit is contained in:
@@ -99,7 +99,7 @@ typedef struct {
|
||||
} OSSched;
|
||||
|
||||
void osCreateScheduler(OSSched *s, void *stack, u8 mode, u32 numFields);
|
||||
void osScAddClient(OSSched *s, OSScClient *c, OSMesgQueue *msgQ);
|
||||
void osScAddClient(OSSched *sc, OSScClient *c, OSMesgQueue *msgQ, OSScClient *next);
|
||||
void osScRemoveClient(OSSched *s, OSScClient *c);
|
||||
OSMesgQueue *osScGetCmdQ(OSSched *s);
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ s32 func000016cc(void);
|
||||
s32 osGetMemSize(void);
|
||||
void *allocateStack(s32 threadid, s32 size);
|
||||
void func00001b28(u32 arg0);
|
||||
s32 func00001e30(void);
|
||||
s32 func00001fa8(void);
|
||||
s32 func00002078(OSSched *sc);
|
||||
void __scHandleRSP(OSSched *sc);
|
||||
|
||||
Reference in New Issue
Block a user