#include <nitro/ctrdg.h>
void CTRDG_Enable(BOOL enable);
enable | AGB Cartridge access permission setting Access enabled when set to TRUE and disabled when set to FALSE . |
None.
This function toggles whether access to the AGB cartridge is enabled or disabled. The program will forcibly halt if an attempt is made to access the AGB cartridge while access is disabled. The following is a list of the CTRDG library functions which are affected by the access permission setting made using this function.
If you are going to use this function to enable access to the AGB Cartridge, be sure to follow the stipulations in the Programming Guidelines. Confirm that the procedure is correct before calling the function.
CTRDG_Init CTRDG_IsEnabled CTRDG_CheckEnabled CTRDG_GetAgbMakerCode CTRDG_GetAgbGameCode
12/01/2005 Initial version.