diff options
author | Chris Robinson <[email protected]> | 2011-05-03 17:11:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-03 17:11:07 -0700 |
commit | 679f2480c9a66905b0a03c99e099b59bfd07879d (patch) | |
tree | 186219bf7fc0b39eba0f04b2e4ede23c57a57260 /OpenAL32/Include | |
parent | db7ca2c7ca48026261c59095331ae2a098083c7a (diff) |
Add a device flag for channel config requests
Diffstat (limited to 'OpenAL32/Include')
-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 d8825305..1eb8cfe0 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -527,6 +527,8 @@ struct ALCdevice_struct #define DEVICE_USE_HRTF (1<<1) // Frequency was requested by the app or config file #define DEVICE_FREQUENCY_REQUEST (1<<2) +// Channel configuration was requested by the config file +#define DEVICE_CHANNELS_REQUEST (1<<2) struct ALCcontext_struct |