DS GBA
mm_pmode

Back to Index

Definition

typedef enum
{
    MM_PLAY_LOOP,
    MM_PLAY_ONCE
} mm_pmode;

Values

MM_PLAY_LOOP

Loop module forever (until stopped).

MM_PLAY_ONCE

Stop module after playing the last pattern.

Description

Module looping modes for mmStart.

See Also

mmStart