mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
Cleanup
This commit is contained in:
parent
ec370d54b2
commit
e04dc5ab2e
@ -456,11 +456,9 @@ static bool audio_driver_init_internal(bool audio_cb_inited)
|
|||||||
RARCH_WARN("Audio rate control was desired, but driver does not support needed features.\n");
|
RARCH_WARN("Audio rate control was desired, but driver does not support needed features.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* If we start muted, stop the audio driver, so subsequent unmute works. */
|
||||||
if (!audio_cb_inited && audio_driver_active && settings->audio.mute_enable)
|
if (!audio_cb_inited && audio_driver_active && settings->audio.mute_enable)
|
||||||
{
|
|
||||||
/* If we start muted, stop the audio driver, so subsequent unmute works. */
|
|
||||||
audio_driver_stop();
|
audio_driver_stop();
|
||||||
}
|
|
||||||
|
|
||||||
command_event(CMD_EVENT_DSP_FILTER_INIT, NULL);
|
command_event(CMD_EVENT_DSP_FILTER_INIT, NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user