Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/wpaddemo/src/
Ddummy_checker.c468 char buf2[] = "__"; in renderStatus() local
533 if( fs_ptr->button & WPAD_BUTTON_C) buf2[ 0] = 'C'; in renderStatus()
534 if( fs_ptr->button & WPAD_BUTTON_Z) buf2[ 1] = 'Z'; in renderStatus()
536 DEMOPrintf(x, y, 0, " %s", buf2); y+= FONT_HEIGHT; in renderStatus()
Dmplus.c643 char buf2[] = "____"; in renderStatus() local
673 if( ptr->button & WPAD_BUTTON_A ) buf2[ 0] = 'A'; in renderStatus()
674 if( ptr->button & WPAD_BUTTON_B ) buf2[ 1] = 'B'; in renderStatus()
675 if( ptr->button & WPAD_BUTTON_1 ) buf2[ 2] = '1'; in renderStatus()
676 if( ptr->button & WPAD_BUTTON_2 ) buf2[ 3] = '2'; in renderStatus()
680 myPrint(x, y, 0, " %s%s%s", buf1,buf2,buf3); y+= FONT_HEIGHT; in renderStatus()