#include <nitro/mb/mb_fake_child.h>BOOL MB_FakeGetParentGameInfo( u16 index, MBGameInfo* pGameInfo );| index | Index for 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.
This function gets the parent information from the specified index. This information was obtained while scanning for parents. In order to reconnect to the parent after the fake DS download process, use the MB_FakeGetParentBssDesc or MB_FakeReadParentBssDesc function to get the parent's BssDesc information.
MB_FakeGetParentBssDesc, MB_FakeReadParentBssDesc, MBGameInfo
2004/11/25 Initial version.
CONFIDENTIAL