#include <platform.h>
#include <dolphin/os.h>
Go to the source code of this file.
◆ OS_RESET_RESTART
#define OS_RESET_RESTART 0 |
◆ OS_RESET_HOTRESET
#define OS_RESET_HOTRESET 1 |
◆ OS_RESET_SHUTDOWN
#define OS_RESET_SHUTDOWN 2 |
◆ OSResetFunction
◆ OSResetSystem()
void OSResetSystem |
( |
int |
reset, |
|
|
u32 |
resetCode, |
|
|
bool |
forceMenu |
|
) |
| |
◆ OSRegisterResetFunction()
◆ __OSDoHotReset()
void __OSDoHotReset |
( |
s32 |
arg0 | ) |
|
◆ __OSCallResetFunctions()
bool __OSCallResetFunctions |
( |
bool |
funcs_arg | ) |
|
◆ OSGetResetCode()
u32 OSGetResetCode |
( |
void |
| ) |
|