Merge pull request #13986 from QuarkTheAwesome/wiiu-mmap-imports

(WiiU) Add OS memory mapping imports
This commit is contained in:
LibretroAdmin 2022-05-30 03:44:06 +01:00 committed by GitHub
commit 4e82b40515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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