diff options
author | Chris Robinson <[email protected]> | 2019-12-28 11:33:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-12-28 11:33:19 -0800 |
commit | 701d43b41e1976f4a06622df0baa0f284aaaf022 (patch) | |
tree | 306c040364bc50b153ecc078d8b8670b3ac97eae /al/source.h | |
parent | 3b3d3d3a03c3f39e758b3b9b41649b86314eb413 (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.h | 2 |
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; |