![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| static int | CallResetFunctions (int final) |
| static void | Reset (u32 resetCode) |
| void | OSRegisterResetFunction (OSResetFunctionInfo *info) |
| void | OSUnregisterResetFunction (OSResetFunctionInfo *info) |
| int | __OSCallResetFunctions (BOOL final) |
| static void | KillThreads (void) |
| void | __OSDoHotReset (u32 resetCode) |
| void | __OSShutdownDevices (BOOL doRecal) |
| void | OSResetSystem (BOOL reset, u32 resetCode, BOOL forceMenu) |
| u32 | OSGetResetCode () |
| u32 | OSSetBootDol (u32 dolOffset) |
Variables | |
| static OSResetFunctionQueue | ResetFunctionQueue |
| static u32 | bootThisDol |
| int __OSCallResetFunctions | ( | BOOL | final | ) |
| void __OSDoHotReset | ( | u32 | resetCode | ) |
| void __OSShutdownDevices | ( | BOOL | doRecal | ) |
|
static |
|
static |
| u32 OSGetResetCode | ( | ) |
| void OSRegisterResetFunction | ( | OSResetFunctionInfo * | info | ) |
| void OSUnregisterResetFunction | ( | OSResetFunctionInfo * | info | ) |
|
static |
|
static |
|
static |