diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index c7f4bd72..992ccfec 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -272,6 +272,9 @@ struct ALCdevice_struct // Simulated dampening from head occlusion ALfloat HeadDampen; + // Duplicate stereo sources on the side/rear channels + ALboolean DuplicateStereo; + // Dry path buffer mix float DryBuffer[BUFFERSIZE][OUTPUTCHANNELS]; |