aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-08-24 20:00:58 -0700
committerChris Robinson <[email protected]>2020-08-24 20:00:58 -0700
commitb955479e18a11a5d9dce8fbd305dc915a2d6942c (patch)
treea8f9a00184f0db4492e9feb70c6cb39fb87a19a5 /alc
parent9e5a388dfe2dbd5250f80675426c95a9bdade39c (diff)
Recognize a convolution reverb effect type
Diffstat (limited to 'alc')
-rw-r--r--alc/inprogext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index 98bd636b..02aea760 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -99,6 +99,11 @@ AL_API void AL_APIENTRY alGetBufferPtrvSOFT(ALuint buffer, ALenum param, ALvoid
#define AL_UNPACK_AMBISONIC_ORDER_SOFT 0x199D
#endif
+#ifndef AL_SOFT_convolution_reverb
+#define AL_SOFT_convolution_reverb
+#define AL_EFFECT_CONVOLUTION_REVERB_SOFT 0xA000
+#endif
+
#ifdef __cplusplus
} /* extern "C" */
#endif