WUT  0.1
Wii U Toolchain
Functions
Core Identification

Functions

uint32_t OSGetCoreCount ()
 
uint32_t OSGetCoreId ()
 
uint32_t OSGetMainCoreId ()
 
BOOL OSIsMainCore ()
 

Detailed Description

Function Documentation

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.