Decompile thread0CreateThread

This commit is contained in:
Ryan Dwyer
2020-09-30 22:31:25 +10:00
parent 79e2eaabb4
commit a5c5ab918a
6 changed files with 12 additions and 30 deletions
+1
View File
@@ -2840,6 +2840,7 @@
#define TELEPORTSTATE_3 3
#define TELEPORTSTATE_4 4
#define THREAD_0 0
#define THREAD_IDLE 1
#define THREAD_RMON 5
+1 -1
View File
@@ -356,7 +356,7 @@ extern u32 var8008ae30;
extern u32 var8008ae38;
extern u32 var8008be38;
extern u32 var8008d238;
extern OSThread var8008d270;
extern OSThread g_Thread0Thread;
extern OSThread g_IdleThread;
extern OSThread var8008d6d0;
extern u32 var8008d900;
+1 -1
View File
@@ -3,7 +3,7 @@
#include <ultra64.h>
#include "types.h"
u32 func0002fa00(void);
void thread0Init(void *data);
u32 func0002fa08(void);
void func0002faa4(char *format, ...);