aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 3b6113ef..3d099ca2 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -599,9 +599,10 @@ struct ALCdevice_struct
ALCenum Hrtf_Status;
/* HRTF filter state for dry buffer content */
- HrtfState Hrtf_State[8];
- HrtfParams Hrtf_Params[8];
+ HrtfState Hrtf_State[4];
+ HrtfParams Hrtf_Params[4];
ALuint Hrtf_Offset;
+ ALuint Hrtf_IrSize;
/* UHJ encoder state */
struct Uhj2Encoder *Uhj_Encoder;