GX_GetBankForLCDC


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamLCDC GX_GetBankForLCDC(void);

Description

This function returns the settings of the VRAM bank allocated to the LCDC memory space. For information on the GXVRamLCDC format, see GX_SetBankForLCDC.

Arguments

None

Return Values

The settings of the VRAM bank allocated to the LCDC memory space.

See Also

GX_SetBankForLCDC, GX_DisableBankForLCDC

Revision History

01/19/2004 Initial Version