Getting the home button to work

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

Moderators: cheriff, TyRaNiD

Post Reply
subbie
Posts: 122
Joined: Thu May 05, 2005 4:14 am

Getting the home button to work

Post by subbie »

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.
Arakon
Posts: 15
Joined: Thu Jan 27, 2005 5:20 am

Post by Arakon »

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.
subbie
Posts: 122
Joined: Thu May 05, 2005 4:14 am

Post by subbie »

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.
weak
Posts: 114
Joined: Thu Jan 13, 2005 8:31 pm
Location: Vienna, Austria

Post by weak »

arakon: seems you missed the magic word code
loser
Posts: 25
Joined: Mon Feb 07, 2005 10:27 am
Contact:

Post by loser »

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.
Post Reply