mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 02:08:16 +00:00
Bugfix
This commit is contained in:
parent
1b8e8ac22a
commit
3002777196
@ -1218,7 +1218,7 @@ bool event_cmd_ctl(enum event_command cmd, void *data)
|
||||
return false;
|
||||
break;
|
||||
case EVENT_CMD_AUDIO_START:
|
||||
if (!audio_driver_alive())
|
||||
if (audio_driver_alive())
|
||||
return false;
|
||||
|
||||
if (!settings->audio.mute_enable && !audio_driver_start())
|
||||
|
Loading…
Reference in New Issue
Block a user