SSBM Decomp
Loading...
Searching...
No Matches
OSResetSW.c File Reference
#include <dolphin.h>
#include "__os.h"
#include <dolphin/os.h>

Functions

void __OSResetSWInterruptHandler (__OSInterrupt exception, struct OSContext *context)
BOOL OSGetResetButtonState (void)
BOOL OSGetResetSwitchState (void)

Variables

u8 GameChoice
u64 __OSStartTime
static OSResetCallback ResetCallback
static BOOL Down
static BOOL LastState
static OSTime HoldUp
static OSTime HoldDown

Function Documentation

◆ __OSResetSWInterruptHandler()

void __OSResetSWInterruptHandler ( __OSInterrupt exception,
struct OSContext * context )

◆ OSGetResetButtonState()

BOOL OSGetResetButtonState ( void )

◆ OSGetResetSwitchState()

BOOL OSGetResetSwitchState ( void )

Variable Documentation

◆ GameChoice

u8 GameChoice

◆ __OSStartTime

u64 __OSStartTime
extern

◆ ResetCallback

OSResetCallback ResetCallback
static

◆ Down

BOOL Down
static

◆ LastState

BOOL LastState
static

◆ HoldUp

OSTime HoldUp
static

◆ HoldDown

OSTime HoldDown
static