Add OSFastMutex WiiU calls to list of imports

This commit is contained in:
gblues 2017-12-05 20:43:49 -08:00 committed by twinaphex
parent 5c5e5be649
commit d0368124e6

View File

@ -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);