diff options
author | Chris Robinson <[email protected]> | 2017-04-30 04:21:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-30 04:21:48 -0700 |
commit | fc2afa1eaab1dd29833c74e720210d54a6a449bd (patch) | |
tree | 12ee43c47ae5a50a14e77a13df1c32e7f0a3289a /OpenAL32 | |
parent | 9767f4f9c3d61729e56699756c1c390547faf1df (diff) |
Start an extension to toggle the output limiter
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 52c9465c..32865cae 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -152,6 +152,11 @@ AL_API const ALchar* AL_APIENTRY alGetStringiSOFT(ALenum pname, ALsizei index); #endif #endif +#ifndef ALC_SOFT_output_limiter +#define ALC_SOFT_output_limiter +#define ALC_OUTPUT_LIMITER_SOFT 0x199A +#endif + #if defined(_WIN64) #define SZFMT "%I64u" |