SSBM Decomp
|
#include <placeholder.h>
#include <__mem.h>
#include <dolphin/os.h>
#include <dolphin/os/OSAudioSystem.h>
#include <dolphin/os/OSCache.h>
#include <dolphin/os/OSInterrupt.h>
#include <dolphin/os/OSReboot.h>
#include <dolphin/os/OSReset.h>
#include <dolphin/os/OSRtc.h>
#include <dolphin/os/OSThread.h>
#include <dolphin/pad/pad.h>
Data Structures | |
struct | OSResetQueue |
struct | Unk2 |
struct | Unk |
Functions | |
void | OSRegisterResetFunction (OSResetFunctionInfo *func) |
static void | Reset (s32 arg0) |
volatile Unk2 DAT_cc002000 | AT_ADDRESS (0xCC002000) |
OSSram * | __OSLockSram (void) |
OSThreadQueue __OSActiveThreadQueue | AT_ADDRESS (0x800000DC) |
bool | __OSCallResetFunctions (bool funcs_arg) |
static void | KillThreads (void) |
void | __OSDoHotReset (s32 arg0) |
void | OSResetSystem (int reset, u32 resetCode, bool forceMenu) |
volatile u8 DAT_800030e2 | AT_ADDRESS (0x800030E2) |
volatile Unk DAT_cc003000 | AT_ADDRESS (0xCC003000) |
u32 | OSGetResetCode (void) |
Variables | |
static OSResetQueue | ResetFunctionQueue |
void OSRegisterResetFunction | ( | OSResetFunctionInfo * | func | ) |
|
static |
|
extern |
|
extern |
|
extern |
|
static |
void __OSDoHotReset | ( | s32 | arg0 | ) |
|
extern |
|
extern |
u32 OSGetResetCode | ( | void | ) |
|
static |