From 69e0c19767c820e9c420c61bd335aa050b4440f4 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 31 May 2013 15:49:56 -0700 Subject: Start an extension that can query the status of HRTF rendering --- OpenAL32/Include/alMain.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenAL32') 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 -- cgit v1.2.3