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.
Getting the home button to work
IN the released demos?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.
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.
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.
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.