Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | SramControlBlock |
struct | OSSram |
struct | OSSramEx |
Typedefs | |
typedef u32 | OSSoundMode |
typedef struct SramControlBlock | SramControlBlock |
typedef struct OSSram | OSSram |
typedef struct OSSramEx | OSSramEx |
Functions | |
void | __OSInitSram (void) |
OSSram * | __OSLockSram (void) |
OSSramEx * | __OSLockSramEx (void) |
BOOL | __OSUnlockSram (BOOL commit) |
BOOL | __OSUnlockSramEx (BOOL commit) |
BOOL | __OSSyncSram (void) |
u32 | OSGetSoundMode (void) |
void | OSSetSoundMode (OSSoundMode mode) |
u32 | OSGetProgressiveMode (void) |
void | OSSetProgressiveMode (u32 mode) |
u16 | OSGetWirelessID (s32 channel) |
void | OSSetWirelessID (s32 channel, u16 id) |
static u16 | OSGetGbsMode (void) |
static void | OSSetGbsMode (u16 mode) |
void OSSetSoundMode | ( | OSSoundMode | mode | ) |