| View previous topic :: View next topic |
| Author |
Message |
subbie
Joined: 05 May 2005 Posts: 122
|
Posted: Thu May 12, 2005 2:00 am Post subject: Getting the home button to work |
|
|
Anybody figure out code to make the home button work to return to the bios?
I dont know about others but I really think this needs to be figured out quickly because it's an anoyance having to hard reset my psp every time over this. |
|
| Back to top |
|
 |
Arakon
Joined: 27 Jan 2005 Posts: 15
|
Posted: Thu May 12, 2005 3:07 am Post subject: |
|
|
| uh? my home button works just fine, push it and it asks to quit game, say yes and you're back in the PSP OS. |
|
| Back to top |
|
 |
subbie
Joined: 05 May 2005 Posts: 122
|
Posted: Thu May 12, 2005 3:10 am Post subject: |
|
|
| Arakon wrote: | | uh? my home button works just fine, push it and it asks to quit game, say yes and you're back in the PSP OS. |
IN the released demos?
My home button works just fine in normal comercial software but I am refering to adding suport for hobbyist stuff being released. No hobbyist demo do anything when the home is pressed. |
|
| Back to top |
|
 |
weak
Joined: 13 Jan 2005 Posts: 114 Location: Vienna, Austria
|
Posted: Thu May 12, 2005 3:10 am Post subject: |
|
|
| arakon: seems you missed the magic word code |
|
| Back to top |
|
 |
loser
Joined: 07 Feb 2005 Posts: 25
|
Posted: Thu May 12, 2005 1:16 pm Post subject: |
|
|
there is some kinda callback that gets set for when home is pressed.
its done early on in a game since it has to handle home being pressed as soon as a game starts (even during loading etc)
also just as a note, home does not seem to work when you are using the "PSP/GAME/UPDATE" dir. i guess it doesnt want you quitting during an update.
use something like "PSP/GAME/MYAPP" instead
there is some func that passes u back to the psp menu too, i guess you would call this from the callback func. it is one of the kernel funcs iirc. |
|
| Back to top |
|
 |
|