#include <revolution.h> #define AXPBADDR_LOOP_OFF 0 #define AXPBADDR_LOOP_ON 1 void AXSetVoiceLoop(AXVPB *pvpb, u16 loop);
pvpb |
Pointer to the specified voice. |
loop |
Either AXPBADDR_LOOP_OFF or AXPBADDR_LOOP_ON. |
None.
AXSetVoiceLoop() sets the AXPBADDR loop flag for a specified voice. This function also asserts the appropriate synchronization flags in axvpb.sync.
2006/03/01 Initial version.
CONFIDENTIAL