| View previous topic :: View next topic |
| Author |
Message |
XazZ
Joined: 25 Aug 2006 Posts: 10
|
Posted: Fri Aug 25, 2006 8:23 am Post subject: PRX locks buttons |
|
|
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 |
|
| Back to top |
|
 |
siberianstar
Joined: 22 Jun 2006 Posts: 70
|
Posted: Fri Aug 25, 2006 8:25 am Post subject: |
|
|
| ... |
|
| Back to top |
|
 |
Zettablade
Joined: 05 May 2006 Posts: 71
|
Posted: Fri Aug 25, 2006 8:31 am Post subject: |
|
|
| .... |
|
| Back to top |
|
 |
Fanjita
Joined: 28 Sep 2005 Posts: 217
|
Posted: Sat Aug 26, 2006 3:32 am Post subject: |
|
|
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! |
|
| Back to top |
|
 |
XazZ
Joined: 25 Aug 2006 Posts: 10
|
Posted: Sat Aug 26, 2006 6:16 am Post subject: |
|
|
thanks Fanjita....that worked :-)
have a nice day
XazZ |
|
| Back to top |
|
 |
Aion
Joined: 24 Jul 2006 Posts: 40 Location: Montreal
|
Posted: Sat Aug 26, 2006 6:18 am Post subject: |
|
|
| Wow, you're good :) |
|
| Back to top |
|
 |
|