GX_DisableBankForSubBG


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamSubBG GX_DisableBankForSubBG(void);

Description

This function disables the VRAM bank allocated to the sub 2D Engine BG. Although VRAM cannot be accessed after being disabled, the contents of the VRAM bank are not lost. Furthermore, VRAM banks that have been allocated for various resources will not be disabled until they are disabled with this command. Refer to GX_SetBankForSubBG for details on GXVRamSubBG format.

Arguments

None

Return Values

VRAM bank that is allocated to the sub 2D Engine's BG.

See Also

GX_SetBankForSubBG, GX_GetBankForSubBG, GX_ResetBankForSubBG

Revision History

02/09/2004 Added to the description
01/19/2004 Initial Version