mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-31 00:22:31 +00:00
Fix lfo_ptr increment.
This commit is contained in:
parent
cea2b160cd
commit
716adbb85a
@ -84,7 +84,6 @@ static void chorus_process(void *data, struct dspfilter_output *output,
|
||||
out[1] = ch->mix_dry * in[1] + ch->mix_wet * chorus_r;
|
||||
|
||||
ch->old_ptr = (ch->old_ptr + 1) & CHORUS_DELAY_MASK;
|
||||
ch->lfo_ptr = (ch->lfo_ptr + 1) % ch->lfo_period;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user