WUT
0.1
Wii U Toolchain
|
Functions | |
uint32_t | OSGetCoreCount () |
uint32_t | OSGetCoreId () |
uint32_t | OSGetMainCoreId () |
BOOL | OSIsMainCore () |
uint32_t OSGetCoreCount | ( | ) |
Returns the number of cores, should always be 3.
uint32_t OSGetCoreId | ( | ) |
Returns the ID of the core currently executing this thread.
uint32_t OSGetMainCoreId | ( | ) |
Returns the ID of the main core.
BOOL OSIsMainCore | ( | ) |
Returns true if the current core is the main core.