aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-10-06 00:23:11 -0700
committerChris Robinson <[email protected]>2015-10-06 00:23:11 -0700
commita4c378dd00c74bf8a9904cdd49ad557e9822878d (patch)
treec71be0d2b01fbca8e84635da5263dd91c0a53d18 /OpenAL32
parentf590af510dcae8a64c833d78c0a1238c281eea27 (diff)
Enumerate and list HRTFs per-device
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 837d9e76..f7c80c22 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -701,6 +701,7 @@ struct ALCdevice_struct
struct MidiSynth *Synth;
/* HRTF filter tables */
+ vector_HrtfEntry Hrtf_List;
const struct Hrtf *Hrtf;
ALCenum Hrtf_Status;
enum HrtfMode Hrtf_Mode;