mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 14:18:15 +01:00
Fix unknown size in OSThread
This commit is contained in:
parent
92511be884
commit
7fb39a71bd
@ -136,7 +136,7 @@ struct OSThread
|
||||
int32_t priority; // Actual priority of thread
|
||||
int32_t basePriority; // Base priority of thread
|
||||
int32_t exitValue; // Value from OSExitThread
|
||||
UNKNOWN(0x354 - 0x340);
|
||||
UNKNOWN(0x35C - 0x338);
|
||||
OSThreadQueue *queue; // Queue the thread is on
|
||||
OSThreadLink link; // Thread queue link
|
||||
OSThreadQueue joinQueue; // Queue of threads waiting to join this
|
||||
|
Loading…
Reference in New Issue
Block a user