CTRDG_IsExisting


C Specification

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

Description

This function checks whether a Game Pak is inserted.

Arguments

None.

Return Values

Returns a value of TRUE if there is a Game Pak. Otherwise, it returns a value of FALSE. This function will always return a value of FALSE after the initial removal of a Game Pak.

See Also

CTRDG_Init, CTRDG_IsPulledOut

Revision History

09/15/2004 Initial version