CTRDG_Init


C Specification

#include <nitro/ctrdg.h>
void CTRDG_Init( void );
  

Description

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.

Arguments

None.

Return Values

None.

See Also

CTRDG_SetPulledOutCallback, CTRDG_TerminateForPulledOut

Revision History

09/15/2004 Initial version