#include <nitro/card.h>
void CARD_Enable( BOOL enable );
enable | Setting that permits Game Card access. It will be permitted for a value of TRUE and prohibited for a value of FALSE . |
None.
Changes the state that permits Game Card access. The program will be forced to halt if the Game Card is accessed when prohibited by the current state. Access is prohibited in the initial state of a child program that has started from a wireless download.
If you are going to use this function to enable access, be sure to follow the stipulations in the Programming Guidelines. Confirm that the procedure is correct before calling the function.
2004/12/15 Initial version.
CONFIDENTIAL