Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
OSReset.h File Reference

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 Documentation

◆ OSResetFunction

typedef BOOL(* OSResetFunction) (BOOL)

◆ OSResetFunctionInfo

typedef struct OSResetFunctionInfo OSResetFunctionInfo

◆ OSResetFunctionQueue

typedef struct OSResetFunctionQueue OSResetFunctionQueue

Function Documentation

◆ OSGetResetCode()

u32 OSGetResetCode ( )

◆ OSRegisterResetFunction()

void OSRegisterResetFunction ( OSResetFunctionInfo * info)

◆ OSResetSystem()

void OSResetSystem ( int reset,
u32 resetCode,
BOOL forceMenu )

◆ OSSetBootDol()

u32 OSSetBootDol ( u32 dolOffset)

◆ OSUnregisterResetFunction()

void OSUnregisterResetFunction ( OSResetFunctionInfo * info)