SSBM Decomp
|
#include <dolphin/os/OSInit.h>
#include <dolphin/os/OSInterrupt.h>
#include <dolphin/os/OSResetSW.h>
#include <dolphin/os/OSTime.h>
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 void(* OSResetCallback) (void) |
|
extern |
void __OSResetSWInterruptHandler | ( | __OSInterrupt | interrupt, |
OSContext * | context | ||
) |
bool OSGetResetButtonState | ( | void | ) |
bool OSGetResetSwitchState | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
extern |