mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Update imports.h
add additional imports (semaphore)
This commit is contained in:
parent
08118cb445
commit
10492c1ee7
@ -31,6 +31,12 @@ IMPORT(OSGetSystemTick);
|
|||||||
IMPORT(OSGetSymbolName);
|
IMPORT(OSGetSymbolName);
|
||||||
IMPORT(OSGetSharedData);
|
IMPORT(OSGetSharedData);
|
||||||
IMPORT(OSEffectiveToPhysical);
|
IMPORT(OSEffectiveToPhysical);
|
||||||
|
IMPORT(OSInitSemaphore);
|
||||||
|
IMPORT(OSInitSemaphoreEx);
|
||||||
|
IMPORT(OSGetSemaphoreCount);
|
||||||
|
IMPORT(OSSignalSemaphore);
|
||||||
|
IMPORT(OSWaitSemaphore);
|
||||||
|
IMPORT(OSTryWaitSemaphore);
|
||||||
|
|
||||||
IMPORT(exit);
|
IMPORT(exit);
|
||||||
IMPORT(_Exit);
|
IMPORT(_Exit);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user