Home
last modified time | relevance | path

Searched refs:buf7 (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c648 char buf7[] = "____"; in renderStatus() local
757 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_L ) buf7[ 0] = 'L'; in renderStatus()
758 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_R ) buf7[ 1] = 'R'; in renderStatus()
759 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_ZL ) buf7[ 2] = 'z'; in renderStatus()
760 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_ZR ) buf7[ 3] = 'Z'; in renderStatus()
764 myPrint(x, y, 0, " %s%s%s%s", buf5,buf6,buf7,buf8); y+= FONT_HEIGHT; in renderStatus()
815 if ( ptr->clButton & WPAD_CL_TRIGGER_L ) buf7[ 0] = 'L'; in renderStatus()
816 if ( ptr->clButton & WPAD_CL_TRIGGER_R ) buf7[ 1] = 'R'; in renderStatus()
817 if ( ptr->clButton & WPAD_CL_TRIGGER_ZL ) buf7[ 2] = 'z'; in renderStatus()
818 if ( ptr->clButton & WPAD_CL_TRIGGER_ZR ) buf7[ 3] = 'Z'; in renderStatus()
[all …]