RetroArch
wiiu
include
wiiu
os
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
8
uint32_t
OSGetCoreCount
();
9
uint32_t
OSGetCoreId
();
10
uint32_t
OSGetMainCoreId
();
11
BOOL
OSIsMainCore
();
12
13
#ifdef __cplusplus
14
}
15
#endif
16
OSGetCoreId
uint32_t OSGetCoreId()
OSGetMainCoreId
uint32_t OSGetMainCoreId()
types.h
OSIsMainCore
BOOL OSIsMainCore()
BOOL
unsigned int BOOL
Definition:
gctypes.h:51
OSGetCoreCount
uint32_t OSGetCoreCount()
uint32_t
unsigned int uint32_t
Definition:
stdint.h:126
Generated by
1.8.15