Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/mb/common/include/
Dmb_gameinfo.h132 void MB_AddGameInfo(MBGameInfo *newGameInfop);
/TwlSDK-5.4/build/libraries/mb/common/src/
Dmb_gameinfo.c345 void MB_AddGameInfo(MBGameInfo *newGameInfop) in MB_AddGameInfo() argument
351 mbss.gameInfoListTop = newGameInfop; in MB_AddGameInfo()
359 gInfop->nextp = newGameInfop; in MB_AddGameInfo()
361 newGameInfop->nextp = NULL; // 'next' of the added game information is the end. in MB_AddGameInfo()