aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-12-28 11:33:19 -0800
committerChris Robinson <[email protected]>2019-12-28 11:33:19 -0800
commit701d43b41e1976f4a06622df0baa0f284aaaf022 (patch)
tree306c040364bc50b153ecc078d8b8670b3ac97eae /al/source.h
parent3b3d3d3a03c3f39e758b3b9b41649b86314eb413 (diff)
Start a new extension for a new direct_channels state
So existing behavior remains consistent for anything that needs it, and new behavior is opt-in.
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.h b/al/source.h
index 7ca889d7..40bd0846 100644
--- a/al/source.h
+++ b/al/source.h
@@ -53,7 +53,7 @@ struct ALsource {
bool Looping;
DistanceModel mDistanceModel;
Resampler mResampler;
- bool DirectChannels;
+ DirectMode DirectChannels;
SpatializeMode mSpatialize;
bool DryGainHFAuto;