ok, and thank you again.
Bye
Search found 5 matches
- Mon Jun 30, 2008 4:45 am
- Forum: PSP Development
- Topic: question about PSP Controller
- Replies: 12
- Views: 5403
- Fri Jun 27, 2008 10:59 pm
- Forum: PSP Development
- Topic: question about PSP Controller
- Replies: 12
- Views: 5403
thank you very much. I' ve finally managed to make the program work. I put the function that register the callback in the prx and the function called in the main executable. In this way it works perfectly. But I haven't understood yet what's the meaning of the first int in the sceCtrlRegisterButtonC...
- Fri Jun 27, 2008 12:50 am
- Forum: PSP Development
- Topic: question about PSP Controller
- Replies: 12
- Views: 5403
no, the function you told me is what I need (sceCtrlRegisterButtonCallback). The problem is that I don't know how put it in my program to make it runnable on a psp slim with CF 3.90M33 (the only I have). If I use the function my psp doesn't run the program. If I comment out the call to that function...
- Thu Jun 26, 2008 10:57 pm
- Forum: PSP Development
- Topic: question about PSP Controller
- Replies: 12
- Views: 5403
- Thu Jun 26, 2008 6:40 am
- Forum: PSP Development
- Topic: question about PSP Controller
- Replies: 12
- Views: 5403
question about PSP Controller
hello there, it's a couple of days I'm learning about PSP programming. I want to know if there is another method for reading the Controller state different from sceCtrlReadBufferPositive. I' m looking a method that can call a particular function when a key is pressed. Is there any possible implement...