wut/include/coreinit/core.h

19 lines
176 B
C
Raw Normal View History

2016-01-07 13:07:13 +01:00
#pragma once
#include <wut.h>
WUT_LIB_HEADER_START
2016-01-07 13:07:13 +01:00
uint32_t
OSGetCoreCount();
uint32_t
OSGetCoreId();
uint32_t
OSGetMainCoreId();
BOOL
OSIsMainCore();
WUT_LIB_HEADER_END