Today i look up the pspsdk-doc and find a function named "sceSyscon_driver_44439604 (int power)" in debug->sio.c file(the doc didn't say what it used for ).
But when i look up the sio.c file , i didn't find this function !!
Instead it include a H file <pspsyscon.h>.
So i want to find this function in sceSyscon_driver.s ,frustrating i didn't find it still.
Anybody know what this Function used for ??
what is Function sceSyscon_driver_44439604 () use for
-
- Posts: 5
- Joined: Thu Apr 26, 2007 4:34 pm
Re: what is Function sceSyscon_driver_44439604 () use for
kevinwillis wrote:Today i look up the pspsdk-doc and find a function named "sceSyscon_driver_44439604 (int power)" in debug->sio.c file(the doc didn't say what it used for ).
But when i look up the sio.c file , i didn't find this function !!
Instead it include a H file <pspsyscon.h>.
So i want to find this function in sceSyscon_driver.s ,frustrating i didn't find it still.
Anybody know what this Function used for ??
Code: Select all
/**
* Control the remote control power
*
* @param power - 1 is on, 0 is off
*
* @return < 0 on error
*/
int sceSysconCtrlHRPower(int power);
- be2003
blog
blog