#include <nitro/gx/gx.h> void GX_InitEx( u32 dma_no );
In the graphics register, this function initializes all registers that are not 3D-related.
Internally, GX_SetPower (GX_POWER_ALL) is called.
The GX function uses DAM 3 by default, but you can specify the DMA number to use in the GX function. Or, you can specify GX_DMA_NOT_USE in the argument to not use the DMA.
dma_no |
Specify the DMA number to use with GX |
None
GX_Init,
G3X_Init,
G3X_Reset,
G3X_InitTable
07/28/2004 Initial version