wut
v1.7.0
Wii U Toolchain
|
#include <wut.h>
Go to the source code of this file.
Functions | |
uint32_t | OSGetCoreCount () |
Gets the number of cores in the system. More... | |
uint32_t | OSGetCoreId () |
Gets the core executing the current thread. More... | |
uint32_t | OSGetMainCoreId () |
Gets the main core of the system. More... | |
BOOL | OSIsMainCore () |
Determines whether the current thread is running on the main core. More... | |