#include <nitro/gx/gx.h> u32 GX_SetDefaultDMA( u32 dma_no );
This function changes the DMA number used by 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 |
Returns the settings before this function was called.
07/28/2004 Initial version