diff options
author | Chris Robinson <[email protected]> | 2012-02-09 23:35:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-02-09 23:35:17 -0800 |
commit | ef68aa39f860bf93f6c566f0f5dd98e040cfe5f4 (patch) | |
tree | 7a7ae9ae71f1d8517d67bc4d4f78d7aa7e0131b8 /OpenAL32/Include/alMain.h | |
parent | b4b492c4171616310813316775244705e20c45ca (diff) |
Rename non_virtual_channels to direct_channels
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 6 |
1 files changed, 3 insertions, 3 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 |