Home
last modified time | relevance | path

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

/RvlDCW-2.0.3/build/demos/cfriend/src/
Dmain.c475 char* strMsgType; in PrintMsgType() local
487 strMsgType = "Wii menu shared"; in PrintMsgType()
490 strMsgType = "Wii app"; in PrintMsgType()
493 strMsgType = "Wii menu"; in PrintMsgType()
496 strMsgType = "Wii app hidden"; in PrintMsgType()
499 strMsgType = "Public"; in PrintMsgType()
502 strMsgType = "Unknown"; in PrintMsgType()
505 DWCDemoPrintf( "%s", strMsgType ); in PrintMsgType()