![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| static void | KillThreads (void) |
| static int | CallResetFunctions (int final) |
| static void | Reset (u32 resetCode) |
| void | OSRegisterShutdownFunction (OSShutdownFunctionInfo *info) |
| void | OSUnregisterShutdownFunction (OSShutdownFunctionInfo *info) |
| int | __OSCallShutdownFunctions (BOOL final, u32 event) |
| void | __OSShutdownDevices (u32 event) |
| u8 | __OSGetDiscState (u8 last) |
| void | OSShutdownSystem (BOOL reset, u32 resetCode, BOOL forceMenu) |
| void | OSRestart (u32 resetCode) |
| void | __OSReturnToMenu (u8 menuMode) |
| void | OSReturnToMenu (void) |
| void | __OSReturnToMenuForError (void) |
| void | __OSHotResetForError (void) |
| u32 | OSGetResetCode () |
| void | OSResetSystem (int, u32, int) |
Variables | |
| BOOL | __OSInNandBoot |
| static OSShutdownFunctionQueue | ShutdownFunctionQueue |
| static u32 | bootThisDol = 0 |
| volatile BOOL | __OSIsReturnToIdle = FALSE |
| void __OSHotResetForError | ( | void | ) |
| void __OSReturnToMenu | ( | u8 | menuMode | ) |
| void __OSReturnToMenuForError | ( | void | ) |
| void __OSShutdownDevices | ( | u32 | event | ) |
|
static |
|
static |
| u32 OSGetResetCode | ( | ) |
| void OSRegisterShutdownFunction | ( | OSShutdownFunctionInfo * | info | ) |
| void OSResetSystem | ( | int | reset, |
| u32 | resetCode, | ||
| int | forceMenu ) |
| void OSRestart | ( | u32 | resetCode | ) |
| void OSReturnToMenu | ( | void | ) |
| void OSUnregisterShutdownFunction | ( | OSShutdownFunctionInfo * | info | ) |
|
static |
|
extern |
| volatile BOOL __OSIsReturnToIdle = FALSE |
|
static |
|
static |