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 | SifIopRebootBufferEncrypted (const void *udnl, int size) |
int | SifIopRebootBuffer (const void *ioprp, int size) |
Special IOP reboot routines.
Definition in file iopcontrol_special.h.
int SifIopRebootBuffer | ( | const void * | ioprp, |
int | size | ||
) |
Resets IOP Reboots the IOP with an IOPRP image. If the image contains an IOPBTCONF file, the IOPBTCONF file will be automatically split off into its own image
ioprp | Pointer to IOPRP image to reboot with. |
size | Size of the IOPRP image in bytes. |
int SifIopRebootBufferEncrypted | ( | const void * | udnl, |
int | size | ||
) |
Resets IOP Reboots the IOP with an encrypted UDNL module.
udnl | Pointer to UDNL module to reboot with. |
size | Size of UDNL module in bytes. |