WUT  0.1
Wii U Toolchain
core.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 
18 uint32_t
20 
21 
25 uint32_t
26 OSGetCoreId();
27 
28 
32 uint32_t
34 
35 
39 BOOL
40 OSIsMainCore();
41 
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
uint32_t OSGetCoreId()
uint32_t OSGetMainCoreId()
uint32_t OSGetCoreCount()
int BOOL
Definition: wut_types.h:5
BOOL OSIsMainCore()