Search found 1 match

by SweetNSourOrc
Thu Jun 11, 2009 8:37 am
Forum: PSP Development
Topic: disable buttons in XMB menu
Replies: 34
Views: 12964

I cant get this code to work

int vshReadButtons&#40;SceCtrlData *pad_data, int count&#41; &#123; int ret, intc; ret = vshCtrlReadBufferPositive&#40;pad_data, count&#41;; if&#40;ret <= 0&#41; &#123; return ret; &#125; intc = pspSdkDisableInterrupts&#40;&#41;; pad_data&#91;0&#9...