![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Disable PSP_CTRL_TRIANGLE in VSH/XMB within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hi All, Would you guys be kind enough to give me an advice on how to disable the PSP_CTRL_TRIANGLE in ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Hi All,
Would you guys be kind enough to give me an advice on how to disable the PSP_CTRL_TRIANGLE in VSH/XMB. I have tried this... while (1) { sceCtrlReadBufferPositive (&pad, 1); if (pad.Buttons != 0) { if (pad.Buttons & PSP_CTRL_CROSS) { break; } } sceKernelDelayThread(1000 00); } with no avail as well as using the vshCtrlReadBufferPositive . Thanks in advance. |
|
|
|
|
|
|
#6 |
![]() The Cake Is A LIE
|
The hard way would be to hook the control drivers and not accept input the the triangle button. You try and find the Easy way :P
__________________
I hate those monkeys ZOMG!
-~Slasher~- ![]() |
|
|
|
![]() |
| Tags |
| disable , pspctrltriangle , vsh or xmb |
| Thread Tools | |
|
|