RetroArch
core.h
Go to the documentation of this file.
1 #pragma once
2 #include <wiiu/types.h>
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
uint32_t OSGetCoreId()
uint32_t OSGetMainCoreId()
BOOL OSIsMainCore()
unsigned int BOOL
Definition: gctypes.h:51
uint32_t OSGetCoreCount()
unsigned int uint32_t
Definition: stdint.h:126