mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sound, fix pcm/pwm handling wrt fast forward (mcd, 32x, pico)
This commit is contained in:
parent
8eada9d64c
commit
9f1d5acdb4
5 changed files with 35 additions and 19 deletions
|
@ -311,8 +311,7 @@ static int PicoFrameHints(void)
|
|||
#endif
|
||||
|
||||
// get samples from sound chips
|
||||
if (PicoIn.sndOut)
|
||||
PsndGetSamples(y);
|
||||
PsndGetSamples(y);
|
||||
|
||||
timers_cycle();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue