mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 14:18:15 +01:00
Add missing core.h exports
This commit is contained in:
parent
fcf59a8dd8
commit
b08f267220
@ -40,6 +40,12 @@ EXPORT(OSInitCondEx);
|
||||
EXPORT(OSWaitCond);
|
||||
EXPORT(OSSignalCond);
|
||||
|
||||
// coreinit/core.h
|
||||
EXPORT(OSGetCoreCount);
|
||||
EXPORT(OSGetCoreId);
|
||||
EXPORT(OSGetMainCoreId);
|
||||
EXPORT(OSIsMainCore);
|
||||
|
||||
// coreinit/debug.h
|
||||
EXPORT(OSConsoleWrite);
|
||||
EXPORT(OSReport);
|
||||
|
Loading…
Reference in New Issue
Block a user