#include <nitro/gx/gx_vramcnt.h>
GXVRamBG GX_ResetBankForBG(void);
None.
VRAM bank that is allocated to the main 2D Engine's BG.
This function allocates to LCDC the VRAM bank that was allocated to the main 2D Engine's BG. See GX_SetBankForBG
for details on GXVRamBG
types.
GX_SetBankForBG
, GX_GetBankForBG
, GX_DisableBankForBG
01/19/2004 Initial version.