From 10492c1ee7ce7ab6c6c97a5eab5d00e83cfb5a87 Mon Sep 17 00:00:00 2001 From: not6 Date: Mon, 7 Aug 2017 23:25:05 +0200 Subject: [PATCH] Update imports.h add additional imports (semaphore) --- wiiu/system/imports.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiiu/system/imports.h b/wiiu/system/imports.h index 0014e7e552..3aa90a6746 100644 --- a/wiiu/system/imports.h +++ b/wiiu/system/imports.h @@ -31,6 +31,12 @@ IMPORT(OSGetSystemTick); IMPORT(OSGetSymbolName); IMPORT(OSGetSharedData); IMPORT(OSEffectiveToPhysical); +IMPORT(OSInitSemaphore); +IMPORT(OSInitSemaphoreEx); +IMPORT(OSGetSemaphoreCount); +IMPORT(OSSignalSemaphore); +IMPORT(OSWaitSemaphore); +IMPORT(OSTryWaitSemaphore); IMPORT(exit); IMPORT(_Exit);