PRX locks buttons

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

Moderators: cheriff, TyRaNiD

Post Reply
XazZ
Posts: 10
Joined: Fri Aug 25, 2006 1:00 am

PRX locks buttons

Post by XazZ »

Hi people...
I'm new to this forum so please don't flame me....
I've used the search-function...but i couldn't find a solution...

ok..here's my problem:
I've created my own PRX... and loaded it with custom firmware (harleyg's)
My PRX is loading...
then my PSP is booting into XMB...
In XMB I can use only 3 button...
O, X and START...
ALL other buttons aren't working (locked)
my program (my PRX) uses START to execute a function
X is to break this function
My PSP is still working (for example I can run a UMD)...
But if I press START to execute my function...my PSP hangs up...
then I have to pull out the battery....

I hope someone can help me...
thanks....
XazZ
siberianstar
Posts: 70
Joined: Thu Jun 22, 2006 9:24 pm

Post by siberianstar »

...
Zettablade
Posts: 71
Joined: Fri May 05, 2006 5:59 pm

Post by Zettablade »

....
Fanjita
Posts: 217
Joined: Wed Sep 28, 2005 9:31 am

Post by Fanjita »

Possibly you're using sceCtrlReadBuffer*, which seems to take input samples from a global buffer. That would starve other threads of that input.

If I'm right, then try using sceCtrlPeekBuffer*, which won't remove the samples from the buffer.
Got a v2.0-v2.80 firmware PSP? Download the eLoader here to run homebrew on it!
The PSP Homebrew Database needs you!
XazZ
Posts: 10
Joined: Fri Aug 25, 2006 1:00 am

Post by XazZ »

thanks Fanjita....that worked :-)

have a nice day
XazZ
Aion
Posts: 40
Joined: Mon Jul 24, 2006 10:58 pm
Location: Montreal

Post by Aion »

Wow, you're good :)
Post Reply