Changes

68 bytes added ,  04:01, 1 August 2022
→‎Threads: added stackLo and stackHi
Line 46: Line 46:  
struct OSMutex *mutex; // 0x84 - set to the mutex the thread is currently trying to lock
 
struct OSMutex *mutex; // 0x84 - set to the mutex the thread is currently trying to lock
 
struct OSMutexQueue queueMutex; // 0x88
 
struct OSMutexQueue queueMutex; // 0x88
u32 unknown3[4]; // 0x8c
+
u32 unknown3; // 0x8c
 +
void *stackLo; // 0x90
 +
void *stackHi; // 0x94
 +
u32 unknown4; // 0x98
 
struct OSThreadQueue queueJoin; // 0x9c
 
struct OSThreadQueue queueJoin; // 0x9c
u32 unknown4[3]; // 0xa4
+
u32 unknown5[3]; // 0xa4
 
struct OSAlarm *timedSleepAlarm; // 0xb0
 
struct OSAlarm *timedSleepAlarm; // 0xb0
u32 unknown5; // 0xb4
+
u32 unknown6; // 0xb4
 
}
 
}
  
322

edits