Changes

1 byte added ,  04:54, 29 July 2022
Line 486: Line 486:  
struct OSThreadInfo { // fields are sometimes directly accessed
 
struct OSThreadInfo { // fields are sometimes directly accessed
 
struct OSThread initialThread;
 
struct OSThread initialThread;
struct OSMutexQueue RunQueue[0x20];
+
struct OSThreadQueue RunQueue[0x20];
 
struct OSContext idleCtx;
 
struct OSContext idleCtx;
 
}
 
}
5,579

edits