From 19ab43ae9057b03781ae4cc5e6953a6be94b075b Mon Sep 17 00:00:00 2001 From: FIX94 Date: Wed, 23 Nov 2016 23:53:22 +0100 Subject: [PATCH] (WiiU) added additional imports --- wiiu/system/imports.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiiu/system/imports.h b/wiiu/system/imports.h index e660fe2f86..a69d16943a 100644 --- a/wiiu/system/imports.h +++ b/wiiu/system/imports.h @@ -10,10 +10,16 @@ IMPORT(OSSavesDone_ReadyToRelease); IMPORT(OSInitMutex); IMPORT(OSLockMutex); IMPORT(OSUnlockMutex); +IMPORT(OSInitCond); +IMPORT(OSWaitCond); +IMPORT(OSSignalCond); IMPORT(OSInitSpinLock); IMPORT(OSUninterruptibleSpinLock_Acquire); IMPORT(OSUninterruptibleSpinLock_Release); IMPORT(OSSleepTicks); +IMPORT(OSCreateThread); +IMPORT(OSResumeThread); +IMPORT(OSJoinThread); IMPORT(OSYieldThread); IMPORT(OSGetSystemTime); IMPORT(OSGetSystemTick);