aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index fee0c315..6f8ab595 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -182,6 +182,10 @@ struct ALCdevice_struct
// Maximum number of slots that can be created
ALuint AuxiliaryEffectSlotMax;
+ ALint lNumMonoSources;
+ ALint lNumStereoSources;
+ ALuint NumAuxSends;
+
// Context created on this device
ALCcontext *Context;
@@ -221,11 +225,6 @@ struct ALCcontext_struct
ALfloat DopplerVelocity;
ALfloat flSpeedOfSound;
- ALint lNumMonoSources;
- ALint lNumStereoSources;
-
- ALuint NumSends;
-
ALfloat PanningLUT[OUTPUTCHANNELS * LUT_NUM];
ALint NumChan;