wut  v1.5.0
Wii U Toolchain
Data Structures | Typedefs | Functions
System Info
Collaboration diagram for System Info:

Data Structures

struct  OSSystemInfo
 

Typedefs

typedef struct OSSystemInfo OSSystemInfo
 

Functions

OSSystemInfoOSGetSystemInfo ()
 
BOOL OSEnableHomeButtonMenu (BOOL enable)
 
BOOL OSIsHomeButtonMenuEnabled ()
 
uint64_t OSGetOSID ()
 
uint32_t __OSGetProcessSDKVersion ()
 

Detailed Description


Data Structure Documentation

◆ OSSystemInfo

struct OSSystemInfo

Definition at line 16 of file systeminfo.h.

Data Fields
uint32_t busClockSpeed
uint32_t coreClockSpeed
int64_t baseTime

Typedef Documentation

◆ OSSystemInfo

typedef struct OSSystemInfo OSSystemInfo

Definition at line 1 of file systeminfo.h.

Function Documentation

◆ OSGetSystemInfo()

OSSystemInfo* OSGetSystemInfo ( )

◆ OSEnableHomeButtonMenu()

BOOL OSEnableHomeButtonMenu ( BOOL  enable)

◆ OSIsHomeButtonMenuEnabled()

BOOL OSIsHomeButtonMenuEnabled ( )

◆ OSGetOSID()

uint64_t OSGetOSID ( )

◆ __OSGetProcessSDKVersion()

uint32_t __OSGetProcessSDKVersion ( )