aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index c6a1c4ba..24027c99 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -478,6 +478,9 @@ struct ALCdevice_struct
// Duplicate stereo sources on the side/rear channels
ALboolean DuplicateStereo;
+ // Use HRTF filters for mixing sounds
+ ALboolean UseHRTF;
+
// Dry path buffer mix
ALfloat DryBuffer[BUFFERSIZE][MAXCHANNELS];