CARD_IsExecutableOnTWL

Syntax

#include <nitro/card.h>

void CARD_IsExecutableOnTWL(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 TWL mode. If not, returns FALSE.

Description

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

See Also

CARDRomHeader

Revision History

2008/11/27 Initial version.


CONFIDENTIAL