RetroArch
systeminfo.h
Go to the documentation of this file.
1 #pragma once
2 #include <wiiu/types.h>
3 #include "time.h"
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
9 typedef struct
10 {
14  uint32_t __unknown[4];
16 
18 s32 * __gh_errno_ptr(void);
19 
20 #ifdef __cplusplus
21 }
22 #endif
int32_t s32
32bit signed integer
Definition: gctypes.h:24
OSSystemInfo * OSGetSystemInfo()
Definition: systeminfo.h:9
uint32_t __unknown0
Definition: systeminfo.h:12
OSTime baseTime
Definition: systeminfo.h:13
uint32_t clockSpeed
Definition: systeminfo.h:11
int64_t OSTime
Definition: time.h:28
s32 * __gh_errno_ptr(void)
unsigned int uint32_t
Definition: stdint.h:126