#include <nitro/card.h>
void CARD_IsExecutableOnTWL(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 TWL mode. If not, returns FALSE
.
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
.
2008/11/27 Initial version.
CONFIDENTIAL