GX_GetDefaultDMA

C Specification

#include <nitro/gx/gx.h>

u32 GX_GetDefaultDMA( void );

Arguments

None.

Return Values

The DMA number used by the GX function.

Description

This function obtains the settings of the DMA number used by GX. To change the settings, use GX_InitEx and GX_SetDefaultDMA.

See Also

GX_SetDefaultDMA, GX_InitEx

Revision History

07/28/2004 Initial version