aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-02-09 23:35:17 -0800
committerChris Robinson <[email protected]>2012-02-09 23:35:17 -0800
commitef68aa39f860bf93f6c566f0f5dd98e040cfe5f4 (patch)
tree7a7ae9ae71f1d8517d67bc4d4f78d7aa7e0131b8 /OpenAL32/Include
parentb4b492c4171616310813316775244705e20c45ca (diff)
Rename non_virtual_channels to direct_channels
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h6
-rw-r--r--OpenAL32/Include/alSource.h2
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;