Search found 3 matches
- Thu Feb 04, 2010 10:11 am
- Forum: PSP Development
- Topic: Disable Buttons
- Replies: 5
- Views: 4417
Hook the sceCtrl* syscalls to disable them in games. vshCtrl* for XMB. For kernel buttons like volume, note etc and plugins you need to hook the kernel versions of the sceCtrl* functions. thanks Torch. is danzel updated his RemaPSP? got the source code and will use it as an example any updated hb s...
- Wed Feb 03, 2010 8:27 pm
- Forum: PSP Development
- Topic: Disable Buttons
- Replies: 5
- Views: 4417
- Wed Feb 03, 2010 6:44 pm
- Forum: PSP Development
- Topic: Disable Buttons
- Replies: 5
- Views: 4417
Disable Buttons
How do I disable L and R Trigger? if(( pad.Buttons & PSP_CTRL_LTRIGGER )) { //disable L Trigger } if(( pad.Buttons & PSP_CTRL_RTRIGGER )) { //disable R Trigger } How do I disable Select button?