Decompile func0f12715c

This commit is contained in:
Ryan Dwyer
2022-01-18 19:37:12 +10:00
parent 3dd434156a
commit ed8e9d254e
9 changed files with 80 additions and 175 deletions
+2 -1
View File
@@ -13,8 +13,9 @@ void __scAppendList(OSSched *sc, OSScTask *t);
void __scExec(OSSched *sc, OSScTask *sp, OSScTask *dp);
void __scMain(void *arg);
void __scYield(OSSched *sc);
struct bootbufferthing *bbufGetIndex0Buffer(void);
void bbufResetBuffers(void);
struct bootbufferthing *bbufGetIndex0Buffer(void);
struct bootbufferthing *bbufGetIndex1Buffer(void);
void bbufIncIndex0(void);
void bbufIncIndex1(void);
void bbufUpdateIndex2Buffer(void);