![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | OSResetFunctionQueue |
struct | OSResetFunctionInfo |
Typedefs | |
typedef struct OSResetFunctionInfo | OSResetFunctionInfo |
typedef struct OSResetFunctionQueue | OSResetFunctionQueue |
typedef BOOL(* | OSResetFunction) (BOOL) |
Functions | |
void | OSRegisterResetFunction (OSResetFunctionInfo *info) |
void | OSUnregisterResetFunction (OSResetFunctionInfo *info) |
void | OSResetSystem (int reset, u32 resetCode, BOOL forceMenu) |
u32 | OSGetResetCode () |
u32 | OSSetBootDol (u32 dolOffset) |
typedef struct OSResetFunctionInfo OSResetFunctionInfo |
typedef struct OSResetFunctionQueue OSResetFunctionQueue |
u32 OSGetResetCode | ( | ) |
void OSRegisterResetFunction | ( | OSResetFunctionInfo * | info | ) |
void OSUnregisterResetFunction | ( | OSResetFunctionInfo * | info | ) |