Search found 1 match
- Thu Jun 11, 2009 8:37 am
- Forum: PSP Development
- Topic: disable buttons in XMB menu
- Replies: 34
- Views: 13591
I cant get this code to work
int vshReadButtons(SceCtrlData *pad_data, int count) { int ret, intc; ret = vshCtrlReadBufferPositive(pad_data, count); if(ret <= 0) { return ret; } intc = pspSdkDisableInterrupts(); pad_data[0	...