Go to the source code of this file.
IOP reset and status routines.
Definition in file iopcontrol.h.
◆ SifIopReboot()
int SifIopReboot |
( |
const char * |
arg | ) |
|
Resets IOP This is a high level wrapper for SifIopReset
- Parameters
-
arg | a const character pointer for path to module that will be loaded afterwards or an empty string. NULL must not be specified. |
- Returns
- 1 for success or 0 for failure.
◆ SifIopReset()
int SifIopReset |
( |
const char * |
arg, |
|
|
int |
mode |
|
) |
| |
Resets IOP
- Parameters
-
arg | a const character pointer for path to module that will be loaded afterwards or a blank. NULL is not officially supported, but is supported for backward-compatibility with old homebrew projects. |
mode | Bitmask for optional settings. 0x80000000 for verbose messages and 0x100 for magicgate. |
- Returns
- 1 for success or 0 for failure.
◆ SifIopIsAlive()
int SifIopIsAlive |
( |
void |
| ) |
|
- Returns
- 1 for SIF initialized or 0 for not initialized.
◆ SifIopSync()
- Returns
- 1 for bootup complete or 0 for incomplete.