wut/include/coreinit/core.h

23 lines
203 B
C
Raw Normal View History

2016-01-07 13:07:13 +01:00
#pragma once
#include <wut.h>
#ifdef __cplusplus
extern "C" {
#endif
uint32_t
OSGetCoreCount();
uint32_t
OSGetCoreId();
uint32_t
OSGetMainCoreId();
BOOL
OSIsMainCore();
#ifdef __cplusplus
}
#endif