

#include <nitro/gx/gx.h>
void GX_Init( void );
None.
None.
This function initializes all graphics registers that are not 3D-related. It calls GX_SetPower(GX_POWER_ALL) internally.
The GX function uses DMA 3 by default.
Call the GX_InitEx or GX_SetDefaultDMA function to change the DMA number.
Before calling this function, OS_InitLock( ) or OS_Init( ) must be called.
G3X_Init
G3X_Reset
G3X_InitTable
GX_InitEx
2005/03/14
2005/02/18
OS_Init must be called in advance.
2004/02/09
GX_SetPower is called internally.
2004/01/19
CONFIDENTIAL