GX_GetBankForLCDC

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamLCDC GX_GetBankForLCDC(void);

Arguments

None.

Return Values

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

Description

This function returns the settings of the VRAM bank allocated to the LCDC memory space. Refer to GX_SetBankForLCDC for details on GXVRamLCDC format.

See Also

GX_SetBankForLCDC, GX_DisableBankForLCDC

Revision History

01/19/2004 Initial version