From af8559bc196d5b983b562f24580b899ee893ba9d Mon Sep 17 00:00:00 2001 From: not6 Date: Sun, 25 Feb 2018 13:53:57 +0000 Subject: [PATCH] Update imports.h add OSGetCurrentThread and OSExitThread. --- wiiu/system/imports.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiiu/system/imports.h b/wiiu/system/imports.h index 27670203e3..939ef361dd 100644 --- a/wiiu/system/imports.h +++ b/wiiu/system/imports.h @@ -28,6 +28,8 @@ IMPORT(OSSetThreadCleanupCallback); IMPORT(OSResumeThread); IMPORT(OSIsThreadSuspended); IMPORT(OSSuspendThread); +IMPORT(OSGetCurrentThread); +IMPORT(OSExitThread); IMPORT(OSJoinThread); IMPORT(OSYieldThread); IMPORT(OSGetCoreId);