CARD_IsExecutableOnNTR

Syntax

#include <nitro/card.h>

void CARD_IsExecutableOnNTR(const CARDRomHeader *header);

Arguments

header Pointer to the buffer storing the ROM header information of the program to be evaluated

Return Values

Returns TRUE if the program can be started in DS mode. If not, returns FALSE.

Description

Determines from the ROM header information whether the program can be run in DS mode.
This function returns TRUE if the program is compatible with Nintendo DS and built in NITRO or HYBRID mode. If the program is only for Nintendo DSi and built in LIMITED mode, the function returns FALSE.

See Also

CARDRomHeader

Revision History

2008/11/27 Initial version.


CONFIDENTIAL