wut/include/coreinit/core.h
2016-01-07 14:09:43 +00:00

23 lines
203 B
C

#pragma once
#include <wut.h>
#ifdef __cplusplus
extern "C" {
#endif
uint32_t
OSGetCoreCount();
uint32_t
OSGetCoreId();
uint32_t
OSGetMainCoreId();
BOOL
OSIsMainCore();
#ifdef __cplusplus
}
#endif