wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
core.h
Go to the documentation of this file.
1#pragma once
2#include <wut.h>
3
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16
23uint32_t
25
26
33uint32_t
35
36
43uint32_t
45
46
57BOOL
59
60
61#ifdef __cplusplus
62}
63#endif
64
uint32_t OSGetMainCoreId()
Gets the main core of the system.
uint32_t OSGetCoreCount()
Gets the number of cores in the system.
uint32_t OSGetCoreId()
Gets the core executing the current thread.
BOOL OSIsMainCore()
Determines whether the current thread is running on the main core.
int32_t BOOL
Definition wut_types.h:7