From 8fe39042da3369acb4aa8e5a8837709c4338d0f0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 3 Jan 2008 05:36:51 -0800 Subject: Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooks --- OpenAL32/Include/alMain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 3449b57e..d8611a71 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -180,6 +180,8 @@ struct ALCcontext_struct ALCdevice *Device; ALCchar ExtensionList[1024]; + struct bs2b *bs2b; + ALCcontext *next; }; -- cgit v1.2.3