Add missing core.h exports

This commit is contained in:
James Benton 2016-01-07 04:46:10 -08:00
parent fcf59a8dd8
commit b08f267220

View File

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