#include <nitro/gx/gx_load.h>void GX_LoadClearImageColor(const void *pSrc, u32 szByte);This function uses DMA to transfer the clear image (color) to the clear image slot. The DMA channel that is used is GX_DMAID (defined in gxcommon.h).
szByte must be a multiple of 4. Call between GX_BeginLoadClearImage and GX_EndLoadClearImage.
Notes:
DC_FlushRange prior to the process.GX_SetBankForClearImage, GX_ResetBankForClearImage, or GX_DisableBankForClearImage between GX_BeginLoadClearImage and GX_EndLoadClearImage.pSrc |
Pointer to transfer source |
szByte |
Transfer size (in bytes) |
None
GX_BeginLoadClearImage,
GX_LoadClearImageDepth,
GX_EndLoadClearImage
02/09/2004 Revised and added to the description
01/19/2004 Initial Version