diff options
author | Chris Robinson <[email protected]> | 2011-05-03 02:29:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-03 02:29:26 -0700 |
commit | ba236ad1084ffc99890f0301f444ddc7d63a64e1 (patch) | |
tree | 57c2cb594091d19ff86485d2a9039e69ad595778 /OpenAL32/Include | |
parent | 9a28402b90c596ccdc7d1a4ee93f5711637bb484 (diff) |
Add a frequency-request device flag
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 aa1b50a1..d8825305 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -525,6 +525,8 @@ struct ALCdevice_struct #define DEVICE_DUPLICATE_STEREO (1<<0) // Use HRTF filters for mixing sounds #define DEVICE_USE_HRTF (1<<1) +// Frequency was requested by the app or config file +#define DEVICE_FREQUENCY_REQUEST (1<<2) struct ALCcontext_struct |