mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-09 03:30:17 -04:00
Decompile __scHandleRDP
This commit is contained in:
@@ -13,6 +13,7 @@ s32 func00001e30(void);
|
||||
s32 func00001fa8(void);
|
||||
s32 func00002078(OSSched *sc);
|
||||
void __scHandleRSP(OSSched *sc);
|
||||
void __scHandleRDP(OSSched *sc);
|
||||
void __scHandleRetrace(OSSched *sc);
|
||||
void __scAppendList(OSSched *sc, OSScTask *t);
|
||||
void __scExec(OSSched *sc, OSScTask *sp, OSScTask *dp);
|
||||
@@ -21,5 +22,7 @@ struct bootbufferthing *func0000244c(void);
|
||||
void func00002400(void);
|
||||
void func000024e8(void);
|
||||
void func00002510(void);
|
||||
void func00002580(void);
|
||||
void func00002d90(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -3,6 +3,4 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 func00048c80(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
extern s32 var8005dd18;
|
||||
|
||||
void mainInit(void);
|
||||
void mainEntry(void);
|
||||
void func0000db30(char *string, u32 *ptr);
|
||||
|
||||
Reference in New Issue
Block a user