#include <nitro/ctrdg.h>
void CTRDG_Init( void );
This function initializes the Game Pak library.
You can call this function once before calling the Game Pak function.
However, when you call the OS_Init function, the CTRDG_Init function is called from inside the OS_Init function. Therefore, it is not necessary to call the CTRDG_Init function with the application.
None.
None.
CTRDG_SetPulledOutCallback, CTRDG_TerminateForPulledOut
09/15/2004 Initial version