#include <nitro/card.h>
void CARD_IsExecutableOnNTR(const CARDRomHeader
*header);
header | Pointer to the buffer storing the ROM header information of the program to be evaluated |
Returns TRUE
if the program can be started in DS mode. If not, returns FALSE
.
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
.
2008/11/27 Initial version.
CONFIDENTIAL