OPTiMC: Don't factor in the SB mixer OPL volumes
This commit is contained in:
@@ -76,6 +76,8 @@ optimc_filter_opl(void* priv, double* out_l, double* out_r)
|
|||||||
optimc_t *optimc = (optimc_t *) priv;
|
optimc_t *optimc = (optimc_t *) priv;
|
||||||
|
|
||||||
if (optimc->cur_wss_enabled) {
|
if (optimc->cur_wss_enabled) {
|
||||||
|
*out_l /= optimc->sb->mixer_sbpro.fm_l;
|
||||||
|
*out_r /= optimc->sb->mixer_sbpro.fm_r;
|
||||||
ad1848_filter_aux2((void*)&optimc->ad1848, out_l, out_r);
|
ad1848_filter_aux2((void*)&optimc->ad1848, out_l, out_r);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user