diff options
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 99407fa8..532f7947 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -630,12 +630,9 @@ struct ALCdevice_struct ALuint NumChannels; } FOAOut; - /* Virtual output, to be post-processed to the real output. */ - struct { - ALfloat (*Buffer)[BUFFERSIZE]; - ALuint NumChannels; - } VirtOut; - /* "Real" output, which will be written to the device buffer. */ + /* "Real" output, which will be written to the device buffer. May alias the + * dry buffer. + */ struct { enum Channel ChannelName[MAX_OUTPUT_CHANNELS]; |