Add missing linear resampler to the option setting list

This commit is contained in:
Chris Robinson
2020-09-24 14:21:57 -07:00
parent cef82153b6
commit 39f4ea61c5
+1
View File
@@ -147,6 +147,7 @@ void aluInitMixer()
constexpr ResamplerEntry ResamplerList[]{
{ "none", Resampler::Point },
{ "point", Resampler::Point },
{ "linear", Resampler::Linear },
{ "cubic", Resampler::Cubic },
{ "bsinc12", Resampler::BSinc12 },
{ "fast_bsinc12", Resampler::FastBSinc12 },