![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
| struct | OSShutdownFunctionQueue |
| struct | OSShutdownFunctionInfo |
Typedefs | |
| typedef struct OSShutdownFunctionInfo | OSShutdownFunctionInfo |
| typedef struct OSShutdownFunctionQueue | OSShutdownFunctionQueue |
| typedef BOOL(* | OSShutdownFunction) (BOOL, u32) |
Functions | |
| void | OSRegisterShutdownFunction (OSShutdownFunctionInfo *info) |
| void | OSUnregisterShutdownFunction (OSShutdownFunctionInfo *info) |
| void | OSResetSystem (int reset, u32 resetCode, BOOL forceMenu) |
| u32 | OSGetResetCode () |
| u32 | OSSetBootDol (u32 dolOffset) |
| void | OSReturnToMenu (void) |
| typedef struct OSShutdownFunctionInfo OSShutdownFunctionInfo |
| typedef struct OSShutdownFunctionQueue OSShutdownFunctionQueue |
| u32 OSGetResetCode | ( | ) |
| void OSRegisterShutdownFunction | ( | OSShutdownFunctionInfo * | info | ) |
| void OSReturnToMenu | ( | void | ) |
| void OSUnregisterShutdownFunction | ( | OSShutdownFunctionInfo * | info | ) |