Home
last modified time | relevance | path

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

/RvlSDK-3.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-3.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-3.1/build/demos/carddemo/include/
Dcardutil.h62 char comment[CARD_COMMENT_SIZE]; member
/RvlSDK-3.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()
/RvlSDK-3.1/include/revolution/
Dnand.h429 u16 comment[2][NAND_BANNER_COMMENT_SIZE]; // title and comment member
435 void NANDInitBanner( NANDBanner *bnr, u32 flag, const u16 *title, const u16 *comment );