diff options
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 6 | ||||
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 51a28e35..235737c4 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -49,9 +49,9 @@ ALC_API void ALC_APIENTRY alcRenderSamplesSOFT(ALCdevice *device, ALCvoid *buffe #endif #endif -#ifndef AL_SOFT_non_virtual_channels -#define AL_SOFT_non_virtual_channels 1 -#define AL_VIRTUAL_CHANNELS_SOFT 0x1033 +#ifndef AL_SOFT_direct_channels +#define AL_SOFT_direct_channels 1 +#define AL_DIRECT_CHANNELS_SOFT 0x1033 #endif #ifndef AL_SOFT_deferred_updates diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index ee2a5cd1..bed7cfec 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -46,7 +46,7 @@ typedef struct ALsource volatile ALboolean bHeadRelative; volatile ALboolean bLooping; volatile enum DistanceModel DistanceModel; - volatile ALboolean VirtualChannels; + volatile ALboolean DirectChannels; enum Resampler Resampler; |