How to 'shutdown','reset','sleep' the psp???

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
q1352013520
Posts: 1
Joined: Mon Jan 18, 2010 12:52 pm

How to 'shutdown','reset','sleep' the psp???

Post by q1352013520 »

Which function to use?
I want to make a prx file,then i press the 'HOME+SELECT' to shutdown the psp, i press the 'HOME+START' to reset the psp,and i press the 'HOME+NOTE' to sleep the psp.
How to write the code?
Please help me!Thanks!

Someone tell me to use the 'sceSysconPowerStandby()' for shutdown, is it right?
What's 'scePower_0442D852()'?I found this in the code of someone.But the function does not in the PSP-SDK.
NintendoBoy13
Posts: 6
Joined: Mon Jan 18, 2010 8:41 am

Post by NintendoBoy13 »

Look in the documentations for the psppower library, you should find the functions there to call for them. Also if you want to use home and note buttons, you will have to go into kernel mode...
Yes I can, but then again why should I?
m0skit0
Posts: 191
Joined: Tue Jun 02, 2009 8:58 pm

Post by m0skit0 »

scePower_0442D852() -> scePowerRequestColdReset
The Incredible Bill Gates wrote:The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers.
victorprosa
Posts: 37
Joined: Wed Jan 14, 2009 5:53 am

Post by victorprosa »

m0skit0 wrote:scePower_0442D852() -> scePowerRequestColdReset
People should learn how to use the NIDs tables, in order to avoid this kind of questions:
http://silverspring.lan.st/

=]
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

victorprosa wrote:
m0skit0 wrote:scePower_0442D852() -> scePowerRequestColdReset
People should learn how to use the NIDs tables, in order to avoid this kind of questions:
http://silverspring.lan.st/

=]
Can someone write some kind of "HowTo" or tutorial about how to use them?

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Post Reply