|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <sifcmd.h>
Collaboration diagram for SifCmdSRegData_t:Data Fields | |
| SifCmdHeader_t | header |
| int | index |
| unsigned int | value |
Structure for remotely (over the SIF) changing the value of a software register (SREG). There are 32 software registers (0 - 31). Registers 0-7 are used by the system.
| SifCmdHeader_t SifCmdSRegData_t::header |