CTRDG_IsAgbCartridge


C Specification

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

Description

This function returns a BOOLEAN value to indicate if an AGB Game Pak is present.

However, this function will always return a value of FALSE after detecting the initial removal of a Game Pak. (This behavior is not limited to the AGB Game Pak.)

Arguments

None.

Return Values

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

See Also

CTRDG_Init, CTRDG_IsExisting, CTRDG_IsOptionCartridge

Revision History

09/17/2004 Initial version