GX_GetBankForBG


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamBG GX_GetBankForBG(void);

Description

This function returns the settings of the VRAM bank allocated to the Main 2D Engine BG. For information about the GXVRamBG format, see GX_SetBankForBG.

Arguments

None

Return Values

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

See Also

GX_SetBankForBG, GX_ResetBankForBG, GX_DisableBankForBG

Revision History

01/19/2004 Initial Version