mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
add DC filter to sound mixer to remove potential PCM DC offset
This commit is contained in:
parent
9090dc0f22
commit
2a942f0d41
4 changed files with 121 additions and 35 deletions
|
@ -86,6 +86,7 @@ PICO_INTERNAL void PsndReset(void)
|
|||
// PsndRerate calls YM2612Init, which also resets
|
||||
PsndRerate(0);
|
||||
timers_reset();
|
||||
mix_reset();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue