aboutsummaryrefslogtreecommitdiff
path: root/c/echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/echo.h')
-rw-r--r--c/echo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/echo.h b/c/echo.h
index 3812c46..809e735 100644
--- a/c/echo.h
+++ b/c/echo.h
@@ -21,6 +21,7 @@ enum {
/* Echo status flags */
#define ECHO_STAT_BGM 0x0002 /* Background music is playing */
#define ECHO_STAT_SFX 0x0001 /* Sound effect is playing */
+#define ECHO_STAT_PCM 0x2000 /* PCM playback ongoing */
#define ECHO_STAT_DIRBUSY 0x4000 /* Echo isn't done with direct events */
#define ECHO_STAT_BUSY 0x8000 /* Echo still didn't parse command */