#include <revolution/ax.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.
The AXSetVoiceLoop function sets the AXPBADDR loop flag for a specified voice. This function also asserts the synchronization flag corresponding to axvpb.sync.
2006/03/01 Initial version.
CONFIDENTIAL