Searched refs:fixed (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.4/build/libraries/mb/common/src/ |
| D | mb_gameinfo.c | 105 fixed; member 235 icon_disable = !MBi_ReadIconInfo(mbGameRegp->iconCharPathp, &gameInfop->fixed.icon, TRUE); in MBi_MakeGameInfo() 236 icon_disable |= !MBi_ReadIconInfo(mbGameRegp->iconPalettePathp, &gameInfop->fixed.icon, FALSE); in MBi_MakeGameInfo() 241 MI_CpuClearFast(&gameInfop->fixed.icon, sizeof(MBIconInfo)); in MBi_MakeGameInfo() 250 MI_CpuCopy16(parent, &gameInfop->fixed.parent, sizeof(MBUserInfo)); in MBi_MakeGameInfo() 254 gameInfop->fixed.maxPlayerNum = mbGameRegp->maxPlayerNum; in MBi_MakeGameInfo() 263 COPY_GAME_INFO_STRING((u8 *)mbGameRegp->gameNamep, gameInfop->fixed.gameName, (u16)len); in MBi_MakeGameInfo() 267 gameInfop->fixed.gameIntroduction, (u16)len); in MBi_MakeGameInfo() 509 mbss.srcp = (u8 *)&mbss.nowGameInfop->fixed; in MBi_InitSendFixedBeacon() 514 mbss.srcp = (u8 *)&mbss.nowGameInfop->fixed.parent; in MBi_InitSendFixedBeacon() [all …]
|
| D | mb_fileinfo.c | 637 pPwork->fileinfo[fileID].game_info.fixed.gameName); in MB_UnregisterFile()
|
| /TwlSDK-5.4/ |
| D | readme-TwlSDK-5_4-20091225a_en.txt | 18 In version 5.4 2009/12/25a, the above files were fixed to be ANSI-encoded
|
| /TwlSDK-5.4/include/nitro/mb/ |
| D | mb_gameinfo.h | 84 MBGameInfoFixed fixed; // Fixed data member
|
| /TwlSDK-5.4/build/demos/mb/fake_child/src/ |
| D | main.c | 745 parentInfo[cb->index].maxPlayerNum = gameInfo->fixed.maxPlayerNum; 747 MI_CpuCopy8(&gameInfo->fixed.parent, &parentInfo[cb->index].info, sizeof(MBUserInfo));
|