GX_GetDefaultDMA


C Specification

#include <nitro/gx/gx.h>

u32 GX_GetDefaultDMA( void );

Description

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

Arguments

None.

Return Values

The DMA number used by the GX function.

See Also

GX_SetDefaultDMA, GX_InitEx

Revision History

07/28/2004 Initial Version