From 0eef6d9d51f90e0066734f22cb49c27bee5ec64c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 6 Oct 2015 06:48:53 -0700 Subject: Use the enumerated HRTF list for selecting an HRTF Also report the proper specifier of the one currently in use. --- OpenAL32/Include/alMain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include/alMain.h') 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; -- cgit v1.2.3