#include <nitro/mb.h>
static inline const u8* MB_GetMultiBootDownloadParameter(void);
None.
Returns the user-defined extended parameters specified during download when started up as multiboot child, or NULL if not.
If the program was started up as the multiboot child, this function returns the pointer to where the user-defined extended parameters specified during download are stored. These extended parameters are specified by the downloading parent with the MBGameRegistry
structure.
MBGameRegistry
MB_IsMultiBootChild
08/17/2005 Initial version.