Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/mb/
Dmb_gameinfo.h37 typedef struct MBGameInfoFixed struct
46 MBGameInfoFixed, MbGameInfoFixed; argument
84 MBGameInfoFixed fixed; // Fixed data
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_gameinfo.c57 #define FIXED_NORMAL_SIZE sizeof(MBGameInfoFixed) // The normal size of the game info…
58 #define FIXED_NO_ICON_SIZE (sizeof(MBGameInfoFixed) - sizeof(MBIconInfo)) // The size…
523 u32 lastAddr = (u32)mbss.nowGameInfop + sizeof(MBGameInfoFixed); in MBi_SendFixedBeacon()
1068 u32 lastAddr = (u32)&grecvp->gameInfo + sizeof(MBGameInfoFixed); in MBi_RecvFixedBeacon()