#include <nitro/mb/mb_fake_child.h>
BOOL MB_FakeGetParentGameInfo( u16 index, MBGameInfo* pGameInfo );
This function gets the parent information from the specified index. This information was obtained while scanning for parents. If the specified index is not valid, the function returns FALSE.
Use the MB_FakeGetParentBssDesc
or MB_FakeReadParentBssDesc
function to get the parent BssDesc information to reconnect to the parent
after the pseudo-DS Download process ends.
index |
Index managing the multiboot parent information. |
pGameInfo |
Pointer to the region for fetching the parent game information. |
TRUE if the index argument specifies valid parent information. FALSE if the index is not valid.
MB_FakeGetParentBssDesc,
MB_FakeReadParentBssDesc,
MBGameInfo
11/25/2004 Initial version.