From b08f267220453ff053e55fd5b43c156cb1f4879e Mon Sep 17 00:00:00 2001 From: James Benton Date: Thu, 7 Jan 2016 04:46:10 -0800 Subject: [PATCH] Add missing core.h exports --- rpl/libcoreinit/exports.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rpl/libcoreinit/exports.h b/rpl/libcoreinit/exports.h index 80b781b..604ae41 100644 --- a/rpl/libcoreinit/exports.h +++ b/rpl/libcoreinit/exports.h @@ -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);