diff options
author | Chris Robinson <[email protected]> | 2015-10-06 00:23:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-06 00:23:11 -0700 |
commit | a4c378dd00c74bf8a9904cdd49ad557e9822878d (patch) | |
tree | c71be0d2b01fbca8e84635da5263dd91c0a53d18 /OpenAL32/Include/alMain.h | |
parent | f590af510dcae8a64c833d78c0a1238c281eea27 (diff) |
Enumerate and list HRTFs per-device
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
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; |