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.
How to 'shutdown','reset','sleep' the psp???
-
- Posts: 1
- Joined: Mon Jan 18, 2010 12:52 pm
-
- Posts: 6
- Joined: Mon Jan 18, 2010 8:41 am
-
- Posts: 37
- Joined: Wed Jan 14, 2009 5:53 am
People should learn how to use the NIDs tables, in order to avoid this kind of questions:m0skit0 wrote:scePower_0442D852() -> scePowerRequestColdReset
http://silverspring.lan.st/
=]
Can someone write some kind of "HowTo" or tutorial about how to use them?victorprosa wrote:People should learn how to use the NIDs tables, in order to avoid this kind of questions:m0skit0 wrote:scePower_0442D852() -> scePowerRequestColdReset
http://silverspring.lan.st/
=]
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}