mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Merge pull request #13986 from QuarkTheAwesome/wiiu-mmap-imports
(WiiU) Add OS memory mapping imports
This commit is contained in:
commit
4e82b40515
@ -56,6 +56,12 @@ IMPORT(OSSignalSemaphore);
|
||||
IMPORT(OSWaitSemaphore);
|
||||
IMPORT(OSTryWaitSemaphore);
|
||||
|
||||
IMPORT(OSAllocVirtAddr);
|
||||
IMPORT(OSFreeVirtAddr);
|
||||
IMPORT(OSGetMapVirtAddrRange);
|
||||
IMPORT(OSMapMemory);
|
||||
IMPORT(OSUnmapMemory);
|
||||
|
||||
IMPORT(exit);
|
||||
IMPORT(_Exit);
|
||||
IMPORT(__os_snprintf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user