#include <nitro/ctrdg.h>
void CTRDG_TerminateForPulledOut( void );
None.
None.
This function stops the ARM7 processor and the program. This function is called after a card removal is detected.
Use the callback that is set by the CTRDG_SetPulledOutCallback
and CTRDG_IsPulledOut
functions to detect a Game Pak removal.
The stop notification that is sent to ARM7 is sent internally by a PXI signal. Do not call this function when PXI interrupts are prohibited.
CTRDG_Init
, CTRDG_SetPulledOutCallback
, CTRDG_IsPulledOut
, CTRDG_IsExisting
09/15/2004 Initial version.