SSBM Decomp
Loading...
Searching...
No Matches
OSReset.h File Reference
#include <platform.h>
#include <dolphin/os.h>

Go to the source code of this file.

Data Structures

struct  OSResetFunctionInfo
 

Macros

#define OS_RESET_RESTART   0
 
#define OS_RESET_HOTRESET   1
 
#define OS_RESET_SHUTDOWN   2
 

Typedefs

typedef bool(* OSResetFunction) (bool)
 

Functions

void OSResetSystem (int reset, u32 resetCode, bool forceMenu)
 
void OSRegisterResetFunction (OSResetFunctionInfo *func)
 
void __OSDoHotReset (s32 arg0)
 
bool __OSCallResetFunctions (bool funcs_arg)
 
u32 OSGetResetCode (void)
 

Macro Definition Documentation

◆ OS_RESET_RESTART

#define OS_RESET_RESTART   0
Todo:
enum

◆ OS_RESET_HOTRESET

#define OS_RESET_HOTRESET   1

◆ OS_RESET_SHUTDOWN

#define OS_RESET_SHUTDOWN   2

Typedef Documentation

◆ OSResetFunction

typedef bool(* OSResetFunction) (bool)

Function Documentation

◆ OSResetSystem()

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

◆ OSRegisterResetFunction()

void OSRegisterResetFunction ( OSResetFunctionInfo func)

◆ __OSDoHotReset()

void __OSDoHotReset ( s32  arg0)

◆ __OSCallResetFunctions()

bool __OSCallResetFunctions ( bool  funcs_arg)

◆ OSGetResetCode()

u32 OSGetResetCode ( void  )