diff options
author | Chris Robinson <[email protected]> | 2013-05-31 15:49:56 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-05-31 16:03:59 -0700 |
commit | 69e0c19767c820e9c420c61bd335aa050b4440f4 (patch) | |
tree | d57082e5b46f02fcb5e68135fe25770cbe31885c /OpenAL32 | |
parent | 8f1490229082738f1d07ea521c94d1c10980bcb8 (diff) |
Start an extension that can query the status of HRTF rendering
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 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> |