|
SSBM Decomp
|
#include <dolphin/types.h>Go to the source code of this file.
Data Structures | |
| struct | OSResetFunctionQueue |
| struct | OSResetFunctionInfo |
Macros | |
| #define | OS_RESET_RESTART 0 |
| #define | OS_RESET_HOTRESET 1 |
| #define | OS_RESET_SHUTDOWN 2 |
Typedefs | |
| typedef BOOL(* | OSResetFunction) (BOOL) |
Functions | |
| void | OSRegisterResetFunction (OSResetFunctionInfo *info) |
| void | OSUnregisterResetFunction (OSResetFunctionInfo *info) |
| void | OSResetSystem (int reset, u32 resetCode, BOOL forceMenu) |
| unsigned long | OSGetResetCode () |
| #define OS_RESET_RESTART 0 |
| #define OS_RESET_HOTRESET 1 |
| #define OS_RESET_SHUTDOWN 2 |
| void OSRegisterResetFunction | ( | OSResetFunctionInfo * | info | ) |
| void OSUnregisterResetFunction | ( | OSResetFunctionInfo * | info | ) |
| unsigned long OSGetResetCode | ( | ) |