| View previous topic :: View next topic |
| Author |
Message |
kevinwillis
Joined: 26 Apr 2007 Posts: 5
|
Posted: Fri Apr 27, 2007 5:32 pm Post subject: what is Function sceSyscon_driver_44439604 () use for |
|
|
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 ?? |
|
| Back to top |
|
 |
adrahil
Joined: 16 Mar 2006 Posts: 277
|
Posted: Fri Apr 27, 2007 10:45 pm Post subject: |
|
|
| It's name is sceSysconCtrlHRPower |
|
| Back to top |
|
 |
be2003
Joined: 20 Apr 2006 Posts: 144
|
Posted: Sat Apr 28, 2007 9:58 am Post subject: 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: |
/**
* Control the remote control power
*
* @param power - 1 is on, 0 is off
*
* @return < 0 on error
*/
int sceSysconCtrlHRPower(int power);
|
its right in pspsyscon.h... _________________ - be2003
blog |
|
| Back to top |
|
 |
kevinwillis
Joined: 26 Apr 2007 Posts: 5
|
Posted: Sun Apr 29, 2007 7:12 pm Post subject: |
|
|
| thanks a lot!! |
|
| Back to top |
|
 |
|