Merge pull request #4060 from FIX94/master

(WiiU) added additional imports
This commit is contained in:
Twinaphex 2016-11-23 23:55:05 +01:00 committed by GitHub
commit 19f44ecadc

View File

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