Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/FLViewer/
DFLViewerRender.c76 static void PrintWiiId ( s16 x, s16 y, const char* strWiiId, BOOL bEditMode );
565 char strWiiId[WII_ID_BUF_SIZE]; in PrintAddress() local
567 (void)sprintf( strWiiId, "%016llu", info->addr.wiiId ); in PrintAddress()
568 PrintWiiId( x, y, strWiiId, FALSE ); in PrintAddress()
578 static void PrintWiiId( s16 x, s16 y, const char* strWiiId, BOOL bEditMode ) in PrintWiiId() argument
582 if ( strWiiId[0] == '\0' ) in PrintWiiId()
592 if ( strWiiId[i] == '\0' ) in PrintWiiId()
597 if ( bEditMode && strWiiId[i + 1] == '\0' ) in PrintWiiId()
603 x += DEMORFPrintf( x, y, 0, "%c", strWiiId[i] ); in PrintWiiId()