GX_SetDefaultDMA


C Specification

#include <nitro/gx/gx.h>

u32 GX_SetDefaultDMA( u32 dma_no );

Description

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.

Arguments

dma_no Specify the DMA number to use with GX

Return Values

Returns the settings before this function was called.

See Also

GX_GetDefaultDMA, GX_InitEx

Revision History

07/28/2004 Initial version