ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Go to the source code of this file.
Functions | |
int | SifIopReboot (const char *arg) |
int | SifIopReset (const char *arg, int mode) |
int | SifIopIsAlive (void) |
int | SifIopSync (void) |
IOP reset and status routines.
Definition in file iopcontrol.h.
int SifIopIsAlive | ( | void | ) |
int SifIopReboot | ( | const char * | arg | ) |
Resets IOP This is a high level wrapper for SifIopReset
arg | a const character pointer for path to module that will be loaded afterwards or an empty string. NULL must not be specified. |
int SifIopReset | ( | const char * | arg, |
int | mode | ||
) |
Resets IOP
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. |
Referenced by main().
int SifIopSync | ( | void | ) |
Referenced by main().