diff options
| author | Sik | 2019-07-06 20:05:48 -0300 |
|---|---|---|
| committer | Sik | 2019-07-06 20:05:48 -0300 |
| commit | fbcb8924e878e7eff93d444762c647e126cb8e3b (patch) | |
| tree | c44c1eeac1de8b664bdc60d81707613dec48e59a /c/echo.h | |
| parent | c012f5f3767bb358b027535007b922b276c87f2e (diff) | |
Added PCM playback flag to Echo_GetStatus
Diffstat (limited to 'c/echo.h')
| -rw-r--r-- | c/echo.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |
