sound, fix pcm/pwm handling wrt fast forward (mcd, 32x, pico)

This commit is contained in:
kub 2022-02-07 21:08:34 +00:00
parent 8eada9d64c
commit 9f1d5acdb4
5 changed files with 35 additions and 19 deletions

View file

@ -311,8 +311,7 @@ static int PicoFrameHints(void)
#endif
// get samples from sound chips
if (PicoIn.sndOut)
PsndGetSamples(y);
PsndGetSamples(y);
timers_cycle();