aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-10-03 12:11:50 -0700
committerChris Robinson <[email protected]>2016-10-03 12:11:50 -0700
commit67c74e858bca5946cd4d0b5ccc912364a147e111 (patch)
tree2f904051c5a476220e49be5bd431806cc4b2bdc3 /include
parenta258790539dd072d2e54d462ab73de013a41b9a2 (diff)
Finalize AL_SOFT_gain_clamp_ex
Diffstat (limited to 'include')
-rw-r--r--include/AL/alext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index 6af581aa..0090c804 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -431,6 +431,11 @@ ALC_API ALCboolean ALC_APIENTRY alcResetDeviceSOFT(ALCdevice *device, const ALCi
#endif
#endif
+#ifndef AL_SOFT_gain_clamp_ex
+#define AL_SOFT_gain_clamp_ex 1
+#define AL_GAIN_LIMIT_SOFT 0x200E
+#endif
+
#ifdef __cplusplus
}
#endif