

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