diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 55b59b97..cc48aee4 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -240,6 +240,10 @@ struct ALCdevice_struct struct ALdatabuffer *Databuffers; ALuint DatabufferCount; + // Stereo-to-binaural filter + struct bs2b *Bs2b; + ALCint Bs2bLevel; + // Context created on this device ALCcontext *Context; @@ -292,8 +296,6 @@ struct ALCcontext_struct ALCdevice *Device; const ALCchar *ExtensionList; - struct bs2b *bs2b; - ALCcontext *next; }; |