|
PS2SDK
PS2 Homebrew Libraries
|
This graph shows which files directly or indirectly include this file: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 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. |
| 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. |