kern: cleanup KThread, optimize/normalize KThreadQueue/KWaitObject
This commit is contained in:
@@ -24,7 +24,6 @@ namespace ams::kern {
|
||||
struct InfoCreateThread {
|
||||
u32 thread_id;
|
||||
uintptr_t tls_address;
|
||||
uintptr_t entrypoint;
|
||||
};
|
||||
|
||||
struct InfoExitProcess {
|
||||
|
||||
Reference in New Issue
Block a user