Searched refs:buf8 (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | mplus.c | 649 char buf8[] = "___"; in renderStatus() local 761 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_MINUS ) buf8[ 0] = '-'; in renderStatus() 762 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_HOME ) buf8[ 1] = 'H'; in renderStatus() 763 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_PLUS ) buf8[ 2] = '+'; in renderStatus() 764 myPrint(x, y, 0, " %s%s%s%s", buf5,buf6,buf7,buf8); y+= FONT_HEIGHT; in renderStatus() 819 if ( ptr->clButton & WPAD_CL_BUTTON_MINUS ) buf8[ 0] = '-'; in renderStatus() 820 if ( ptr->clButton & WPAD_CL_BUTTON_HOME ) buf8[ 1] = 'H'; in renderStatus() 821 if ( ptr->clButton & WPAD_CL_BUTTON_PLUS ) buf8[ 2] = '+'; in renderStatus() 822 myPrint(x, y, 0, " %s%s%s%s", buf5,buf6,buf7,buf8); y+= FONT_HEIGHT; in renderStatus()
|