gpu_neon: fix some missing ebuf updates
[pcsx_rearmed.git] / deps / libretro-common / audio / dsp_filters / BassBoost.dsp
1 filters = 2
2 filter0 = iir
3 filter1 = panning
4
5 iir_gain = 10.0
6 iir_type = BBOOST
7 iir_frequency = 200.0
8
9 # Avoids clipping.
10 panning_left_mix = "0.3 0.0"
11 panning_right_mix = "0.0 0.3"