Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
static BOOL | OnReset (BOOL param_0) |
BOOL | __DVDTestAlarm (OSAlarm *alarm) |
void | OSInitAlarm (void) |
void | OSCreateAlarm (OSAlarm *alarm) |
static | SetTimer (OSAlarm *alarm) |
static void | InsertAlarm (OSAlarm *alarm, OSTime fire, OSAlarmHandler handler) |
void | OSSetAlarm (OSAlarm *alarm, OSTime tick, OSAlarmHandler handler) |
void | OSSetPeriodicAlarm (OSAlarm *alarm, OSTime start, OSTime period, OSAlarmHandler handler) |
void | OSCancelAlarm (OSAlarm *alarm) |
static void | DecrementerExceptionCallback (register __OSException exception, register OSContext *context) |
static asm void | DecrementerExceptionHandler (register __OSException exception, register OSContext *context) |
Variables | |
static OSResetFunctionInfo | ResetFunctionInfo |
static OSAlarmQueue | AlarmQueue |
|
static |
|
static |
|
static |
void OSSetAlarm | ( | OSAlarm * | alarm, |
OSTime | tick, | ||
OSAlarmHandler | handler | ||
) |
void OSSetPeriodicAlarm | ( | OSAlarm * | alarm, |
OSTime | start, | ||
OSTime | period, | ||
OSAlarmHandler | handler | ||
) |
|
static |
|
static |