diff options
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 2e06f7bd..b304d63d 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -480,6 +480,8 @@ struct ALCdevice_struct // Channel configuration was requested by the config file #define DEVICE_CHANNELS_REQUEST (1<<3) +// Specifies if the device is currently running +#define DEVICE_RUNNING (1<<31) struct ALCcontext_struct { |