aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-03-10 01:04:28 -0800
committerChris Robinson <[email protected]>2016-03-10 01:04:28 -0800
commiteffb9d1e35ab3679daa6314ffecfc4d71dc4cdf7 (patch)
tree7f6937dcc519b6f6fdc139a5a4ddf98286db091e /OpenAL32/Include
parenta45715751640992e8caeac8c36b5ecb23ba3c190 (diff)
Keep track of the real output's channel names
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 837b2be8..fc55b93b 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -510,6 +510,8 @@ struct ALCdevice_struct
} VirtOut;
/* "Real" output, which will be written to the device buffer. */
struct {
+ enum Channel ChannelName[MAX_OUTPUT_CHANNELS];
+
ALfloat (*Buffer)[BUFFERSIZE];
ALuint NumChannels;
} RealOut;