GX_ResetBankForBG


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamBG GX_ResetBankForBG(void);

Description

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.

Arguments

None

Return Values

The VRAM bank that was allocated to the main 2D Engine's BG.

See Also

GX_SetBankForBG, GX_GetBankForBG, GX_DisableBankForBG

Revision History

01/19/2004 Initial Version