GX_GetBankForBG

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamBG GX_GetBankForBG(void);

Arguments

None.

Return Values

The settings of the VRAM bank allocated to the main 2D Engine's BG.

Description

This function returns the settings of the VRAM bank allocated to the Main 2D Engine BG. See GX_SetBankForBG for details on GXVRamBG types.

See Also

GX_SetBankForBG, GX_ResetBankForBG, GX_DisableBankForBG

Revision History

01/19/2004 Initial version