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