#include <nitro/gx/gx_load.h>
void GX_BeginLoadClearImage(void);;
This function should be called before transferring the clear image to the clear image slot. Internally,
it allocates to LCDC the banks that were allocated
to the clear image slot and prepares to DMA transfer the clear image using GX_LoadClearImageColor and
GX_LoadClearImageDepth.
Note: VRAM banks must be allocated to the clear image slot using GX_SetBankForClearImage in advance.
None
None
GX_LoadClearImageColor, GX_LoadClearImageDepth,
GX_EndLoadClearImage
02/09/2004 Revised and expanded the description
01/19/2004 Initial Version