diff --git a/include/coreinit/thread.h b/include/coreinit/thread.h index 71fdfa0e..1fdb8f89 100644 --- a/include/coreinit/thread.h +++ b/include/coreinit/thread.h @@ -549,6 +549,8 @@ OSSleepTicks(OSTime ticks); uint32_t OSSuspendThread(OSThread *thread); +void +__OSSuspendThreadNolock(OSThread *thread); /** * Check to see if the current thread should be cancelled or suspended.