mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(audio_driver.c) Fix audio DSP filter init
This commit is contained in:
parent
ad6dfcd144
commit
b138ab8b57
@ -412,7 +412,7 @@ void init_audio(void)
|
||||
RARCH_WARN("Audio rate control was desired, but driver does not support needed features.\n");
|
||||
}
|
||||
|
||||
rarch_main_command(RARCH_CMD_DSP_FILTER_DEINIT);
|
||||
rarch_main_command(RARCH_CMD_DSP_FILTER_INIT);
|
||||
|
||||
runloop->measure_data.buffer_free_samples_count = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user