Search found 3 matches

by WalangAlam
Thu Feb 04, 2010 10:11 am
Forum: PSP Development
Topic: Disable Buttons
Replies: 5
Views: 3344

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...
by WalangAlam
Wed Feb 03, 2010 8:27 pm
Forum: PSP Development
Topic: Disable Buttons
Replies: 5
Views: 3344

Jim wrote:Pull the wires off?
Jim
which one red or blue? I might set off the bomb :(.
by WalangAlam
Wed Feb 03, 2010 6:44 pm
Forum: PSP Development
Topic: Disable Buttons
Replies: 5
Views: 3344

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?