Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c645 char buf4[] = "__"; in renderStatus() local
736 if ( ptr->button & WPAD_BUTTON_C ) buf4[ 0] = 'C'; in renderStatus()
737 if ( ptr->button & WPAD_BUTTON_Z ) buf4[ 1] = 'Z'; in renderStatus()
739 myPrint(x, y, 0, " %s", buf4); y+= FONT_HEIGHT; in renderStatus()
792 if ( ptr->button & WPAD_BUTTON_C ) buf4[ 0] = 'C'; in renderStatus()
793 if ( ptr->button & WPAD_BUTTON_Z ) buf4[ 1] = 'Z'; in renderStatus()
795 myPrint(x, y, 0, " %s", buf4); y+= FONT_HEIGHT; in renderStatus()