Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/mb/common/src/
Dmb_gameinfo.c105 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 …]
Dmb_fileinfo.c637 pPwork->fileinfo[fileID].game_info.fixed.gameName); in MB_UnregisterFile()
/TwlSDK-5.5/include/nitro/mb/
Dmb_gameinfo.h84 MBGameInfoFixed fixed; // Fixed data member
/TwlSDK-5.5/build/demos/mb/fake_child/src/
Dmain.c745 parentInfo[cb->index].maxPlayerNum = gameInfo->fixed.maxPlayerNum;
747 MI_CpuCopy8(&gameInfo->fixed.parent, &parentInfo[cb->index].info, sizeof(MBUserInfo));