forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

what is Function sceSyscon_driver_44439604 () use for

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
kevinwillis



Joined: 26 Apr 2007
Posts: 5

PostPosted: Fri Apr 27, 2007 5:32 pm    Post subject: what is Function sceSyscon_driver_44439604 () use for Reply with quote

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
View user's profile Send private message
adrahil



Joined: 16 Mar 2006
Posts: 277

PostPosted: Fri Apr 27, 2007 10:45 pm    Post subject: Reply with quote

It's name is sceSysconCtrlHRPower
Back to top
View user's profile Send private message
be2003



Joined: 20 Apr 2006
Posts: 144

PostPosted: Sat Apr 28, 2007 9:58 am    Post subject: Re: what is Function sceSyscon_driver_44439604 () use for Reply with quote

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
View user's profile Send private message
kevinwillis



Joined: 26 Apr 2007
Posts: 5

PostPosted: Sun Apr 29, 2007 7:12 pm    Post subject: Reply with quote

thanks a lot!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group