#include <nitro/mb/mb_fake_child.h>
typedef struct
{
u16 index;
u16 padding;
MBGameInfo *gameInfo;
WMBssDesc *bssDesc;
} MBFakeScanCallback;
This is the structure for the parent information obtained from the callback when the multiboot parent is discovered or lost.
index |
Index for managing the discovered parents. This index is specified to connect to a parent using the MB_FakeEntryToParent function. |
gameInfo |
Pointer to the parent game information. |
bssDesc |
Pointer to the parent connection information. |
None.
MB_FakeStartScanParent,
MBFakeScanCallbackFunc,
MBGameInfo
11/25/2004 Initial version.