#include <nitro/gx/gx.h> void GX_Init(void);
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. To change the DMA number, use either the GX_InitEx or GX_SetDefaultDMA function.
None
None
G3X_Init,
G3X_Reset,
G3X_InitTable,
GX_InitEx
02/09/2004 Changed so that GX_SetPower is called internally
01/19/2004 Initial Version