SSBM Decomp
Loading...
Searching...
No Matches
OSResetSW.c File Reference

Typedefs

typedef void(* OSResetCallback) (void)
 

Functions

u8 GameChoice AT_ADDRESS (0x800030E3)
 
void __OSResetSWInterruptHandler (__OSInterrupt interrupt, OSContext *context)
 
bool OSGetResetButtonState (void)
 
bool OSGetResetSwitchState (void)
 

Variables

static OSResetCallback ResetCallback
 
static bool Down
 
static bool LastState
 
static OSTime HoldUp
 
static OSTime HoldDown
 
OSTime __OSStartTime
 

Typedef Documentation

◆ OSResetCallback

typedef void(* OSResetCallback) (void)

Function Documentation

◆ AT_ADDRESS()

u8 GameChoice AT_ADDRESS ( 0x800030E3  )
extern

◆ __OSResetSWInterruptHandler()

void __OSResetSWInterruptHandler ( __OSInterrupt  interrupt,
OSContext context 
)

◆ OSGetResetButtonState()

bool OSGetResetButtonState ( void  )

◆ OSGetResetSwitchState()

bool OSGetResetSwitchState ( void  )

Variable Documentation

◆ ResetCallback

OSResetCallback ResetCallback
static

◆ Down

bool Down
static

◆ LastState

bool LastState
static

◆ HoldUp

OSTime HoldUp
static

◆ HoldDown

OSTime HoldDown
static

◆ __OSStartTime

OSTime __OSStartTime
extern