WUT
0.1
Wii U Toolchain
|
Go to the source code of this file.
Data Structures | |
struct | OSSystemInfo |
Macros | |
#define | OSOneSecond ((OSGetSystemInfo()->clockSpeed) / 4) |
#define | OSMilliseconds(val) ((((uint64_t)(val)) * (uint64_t)(OSOneSecond)) / 1000ull) |
Typedefs | |
typedef struct OSSystemInfo | OSSystemInfo |
Functions | |
OSSystemInfo * | OSGetSystemInfo () |