Search found 5 matches

by alexander
Mon Jun 30, 2008 4:45 am
Forum: PSP Development
Topic: question about PSP Controller
Replies: 12
Views: 5403

ok, and thank you again.
Bye
by alexander
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...
by alexander
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...
by alexander
Thu Jun 26, 2008 10:57 pm
Forum: PSP Development
Topic: question about PSP Controller
Replies: 12
Views: 5403

thank you for your help, it seems to be what I mean. However I can't use the API int sceCtrl_driver_5C56C779 ( int no, unsigned int mask, void(*)(int, int, void *) cb, void * arg ) because the program doesn't start with my PSP. Is this function working...
by alexander
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...