Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/dvd/
DDVDBanner.h59 u8 comment[128]; // Game description shown in IPL game start screen in two lines. member
69 u8 comment[128]; // Game description shown in IPL game start screen in two lines. member
81 DVDBannerComment comment[6]; // Comments in six languages member
/RvlSDK-2.1/include/dolphin/dvd/
DDVDBanner.h53 u8 comment[128]; // Game description shown in IPL game start screen in two lines. member
63 u8 comment[128]; // Game description shown in IPL game start screen in two lines. member
75 DVDBannerComment comment[6]; // Comments in six languages member
/RvlSDK-2.1/build/demos/carddemo/include/
Dcardutil.h62 char comment[CARD_COMMENT_SIZE]; member
/RvlSDK-2.1/build/demos/carddemo/src/
Dcardutil.c409 memset(ent->comment, 0, CARD_COMMENT_SIZE); in DoList()
429 memmove(ent->comment, (u8*) ent + offset, CARD_COMMENT_SIZE); in DoList()
669 memset(ent->comment, 0, CARD_COMMENT_SIZE); in DoSave()
672 memmove(ent->comment, (u8*) buffer + stat->commentAddr, CARD_COMMENT_SIZE); in DoSave()
Dlistdemo.c586 DEMORFPutsEx(16, 265, 0, (char*) Banner->comment, 458, sizeof Banner->comment); in ProbeDrawTick()
906 DEMORFPrintf(180, 354, 0, "%-32.32s", ent->comment); in ListDrawTick()
913 DEMORFPrintf(180, 378, 0, "%-32.32s", &ent->comment[32]); in ListDrawTick()