#include <revolution.h> u32 AXGetMaxDspCycles(void);
None.
Returns the current maximum allowed number of DSP cycles per audio frame for AX.
AXGetMaxDspCycles() returns the current number of DSP cycles per audio frame that AX is allowed to use. A default value is established by AXInit(). The user application can change the value by calling AXSetMaxDspCycles().
AXInit
AXGetDspCycles
AXSetMaxDspCycles
03/01/2006 Initial version.