Searched refs:WPAD_CL_BUTTON_MINUS (Results 1 – 5 of 5) sorted by relevance
68 #define KPAD_CL_BUTTON_MINUS WPAD_CL_BUTTON_MINUS
340 #define WPAD_CL_BUTTON_MINUS 0x1000 macro
1348 clb[13]= (char)((cl->clButton & WPAD_CL_BUTTON_MINUS)? '-' : '_'); in renderStatus()1377 trb[9] = (char)((tr->trButton & WPAD_CL_BUTTON_MINUS)? '-' : '_'); in renderStatus()1468 … clb[13]= (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_MINUS)? '-' : '_'); in renderStatus()
761 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_MINUS ) buf8[ 0] = '-'; in renderStatus()819 if ( ptr->clButton & WPAD_CL_BUTTON_MINUS ) buf8[ 0] = '-'; in renderStatus()
561 if( cl_ptr->clButton & WPAD_CL_BUTTON_MINUS ) buf3[12] = '-'; in renderStatus()