|
SSBM Decomp
|
Macros | |
| #define | ENQUEUE_INFO(info, queue) |
| #define | DEQUEUE_INFO(info, queue) |
| #define | ENQUEUE_INFO_PRIO(info, queue) |
Functions | |
| static int | CallResetFunctions (int final) |
| static asm void | Reset (unsigned long resetCode) |
| void | OSRegisterResetFunction (struct OSResetFunctionInfo *info) |
| void | OSUnregisterResetFunction (struct OSResetFunctionInfo *info) |
| int | __PADDisableRecalibration (int) |
| static void | CancelThreads (void) |
| void | __OSDoHotReset (int arg0) |
| void | OSResetSystem (int reset, unsigned long resetCode, int forceMenu) |
| unsigned long | OSGetResetCode () |
Variables | |
| static struct OSResetFunctionQueue | ResetFunctionQueue |
| u8 | unk |
| #define ENQUEUE_INFO | ( | info, | |
| queue ) |
| #define DEQUEUE_INFO | ( | info, | |
| queue ) |
| #define ENQUEUE_INFO_PRIO | ( | info, | |
| queue ) |
|
static |
|
static |
| void OSRegisterResetFunction | ( | struct OSResetFunctionInfo * | info | ) |
| void OSUnregisterResetFunction | ( | struct OSResetFunctionInfo * | info | ) |
| int __PADDisableRecalibration | ( | int | arg0 | ) |
|
static |
| void __OSDoHotReset | ( | int | arg0 | ) |
| void OSResetSystem | ( | int | reset, |
| unsigned long | resetCode, | ||
| int | forceMenu ) |
| unsigned long OSGetResetCode | ( | ) |
|
static |
| u8 unk |