Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
OSReset.h File Reference

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 Documentation

◆ OSShutdownFunction

typedef BOOL(* OSShutdownFunction) (BOOL, u32)

◆ OSShutdownFunctionInfo

typedef struct OSShutdownFunctionInfo OSShutdownFunctionInfo

◆ OSShutdownFunctionQueue

typedef struct OSShutdownFunctionQueue OSShutdownFunctionQueue

Function Documentation

◆ OSGetResetCode()

u32 OSGetResetCode ( )

◆ OSRegisterShutdownFunction()

void OSRegisterShutdownFunction ( OSShutdownFunctionInfo * info)

◆ OSResetSystem()

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

◆ OSReturnToMenu()

void OSReturnToMenu ( void )

◆ OSSetBootDol()

u32 OSSetBootDol ( u32 dolOffset)

◆ OSUnregisterShutdownFunction()

void OSUnregisterShutdownFunction ( OSShutdownFunctionInfo * info)