mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-08 03:05:42 -05:00
Add missing core.h exports
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user