From d0368124e6e69ae6b5158b9adcde298d99ef2c93 Mon Sep 17 00:00:00 2001 From: gblues Date: Tue, 5 Dec 2017 20:43:49 -0800 Subject: [PATCH] Add OSFastMutex WiiU calls to list of imports --- wiiu/system/imports.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiiu/system/imports.h b/wiiu/system/imports.h index 866382c1de..11dc810352 100644 --- a/wiiu/system/imports.h +++ b/wiiu/system/imports.h @@ -16,6 +16,9 @@ IMPORT(OSSignalCond); IMPORT(OSInitSpinLock); IMPORT(OSUninterruptibleSpinLock_Acquire); IMPORT(OSUninterruptibleSpinLock_Release); +IMPORT(OSFastMutex_Init); +IMPORT(OSFastMutex_Lock); +IMPORT(OSFastMutex_Unlock); IMPORT(OSSleepTicks); IMPORT(OSGetTitleID); IMPORT(OSIsThreadTerminated);