aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-05-31 15:49:56 -0700
committerChris Robinson <[email protected]>2013-05-31 16:03:59 -0700
commit69e0c19767c820e9c420c61bd335aa050b4440f4 (patch)
treed57082e5b46f02fcb5e68135fe25770cbe31885c /OpenAL32
parent8f1490229082738f1d07ea521c94d1c10980bcb8 (diff)
Start an extension that can query the status of HRTF rendering
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 9bf10903..d5e59321 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -26,6 +26,11 @@ AL_API ALvoid AL_APIENTRY alProcessUpdatesSOFT(void);
#endif
#endif
+#ifndef ALC_SOFT_HRTF
+#define ALC_SOFT_HRTF 1
+#define ALC_HRTF_SOFT 0x1992
+#endif
+
#if defined(HAVE_STDINT_H)
#include <stdint.h>