GX_ResetBankForClearImage

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamClearImage GX_ResetBankForClearImage(void);

Arguments

None.

Return Values

The VRAM bank allocated to clear image.

Description

This function allocates to LCDC the VRAM bank that was allocated to clear image. Refer to GX_SetBankForClearImage for more information on GXVRamClearImage format.

See Also

GX_SetBankForClearImage, GX_GetBankForClearImage, GX_DisableBankForClearImage

Revision History

01/19/2004 Initial version.