NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Macros | |
#define | OS_FASTCAST_U8 2 |
#define | OS_FASTCAST_U16 3 |
#define | OS_FASTCAST_S8 4 |
#define | OS_FASTCAST_S16 5 |
Functions | |
void | DCStoreRangeNoSync (void *start, size_t size) |
float | OSu16tof32 (register u16 *in) |
Converts an unsigned short value into a single-precision floating point value. | |
#define OS_FASTCAST_U8 2 |
Definition at line 13 of file OSFastCast.h.
#define OS_FASTCAST_U16 3 |
Definition at line 14 of file OSFastCast.h.
#define OS_FASTCAST_S8 4 |
Definition at line 15 of file OSFastCast.h.
#define OS_FASTCAST_S16 5 |
Definition at line 16 of file OSFastCast.h.
|
inline |
Converts an unsigned short value into a single-precision floating point value.
Definition at line 21 of file OSFastCast.h.