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
|
@ -755,8 +755,7 @@ void PicoFrameMS(void)
|
|||
z80_exec(Pico.t.z80c_line_start + cycles_line);
|
||||
}
|
||||
|
||||
if (PicoIn.sndOut)
|
||||
PsndGetSamplesMS(lines);
|
||||
PsndGetSamplesMS(lines);
|
||||
}
|
||||
|
||||
void PicoFrameDrawOnlyMS(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue