| View previous topic :: View next topic |
| Author |
Message |
q1352013520
Joined: 18 Jan 2010 Posts: 1
|
Posted: Mon Jan 18, 2010 1:00 pm Post subject: How to 'shutdown','reset','sleep' the psp??? |
|
|
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. |
|
| Back to top |
|
 |
NintendoBoy13
Joined: 18 Jan 2010 Posts: 6
|
Posted: Mon Jan 18, 2010 1:37 pm Post subject: |
|
|
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? |
|
| Back to top |
|
 |
m0skit0
Joined: 02 Jun 2009 Posts: 226
|
Posted: Mon Jan 25, 2010 8:21 pm Post subject: |
|
|
scePower_0442D852() -> scePowerRequestColdReset _________________
| The Incredible Bill Gates wrote: | | The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers. |
|
|
| Back to top |
|
 |
victorprosa
Joined: 14 Jan 2009 Posts: 38
|
Posted: Thu Jan 28, 2010 3:37 am Post subject: |
|
|
| 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/
=] |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Thu Jan 28, 2010 5:23 am Post subject: |
|
|
| 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: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
|