diff options
author | Chris Robinson <[email protected]> | 2015-10-06 06:48:53 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-06 06:48:53 -0700 |
commit | 0eef6d9d51f90e0066734f22cb49c27bee5ec64c (patch) | |
tree | e600960e8ceab02fab508bc74402d82b64c513ba /OpenAL32 | |
parent | 1b51ee8b8797d6780f71a3a36bc5243eb357435a (diff) |
Use the enumerated HRTF list for selecting an HRTF
Also report the proper specifier of the one currently in use.
Diffstat (limited to 'OpenAL32')
-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 f7c80c22..077c0f95 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -702,6 +702,7 @@ struct ALCdevice_struct /* HRTF filter tables */ vector_HrtfEntry Hrtf_List; + al_string Hrtf_Name; const struct Hrtf *Hrtf; ALCenum Hrtf_Status; enum HrtfMode Hrtf_Mode; |