mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-03 16:48:40 +00:00
Merge pull request #3170 from leiradel/master
honor the tasks 'mute' property again
This commit is contained in:
commit
d9a33dfe04
@ -76,7 +76,7 @@ static void task_queue_msg_push(unsigned prio, unsigned duration,
|
||||
|
||||
static void task_queue_push_progress(retro_task_t *task)
|
||||
{
|
||||
if (task->title)
|
||||
if (task->title && !task->mute)
|
||||
{
|
||||
if (task->finished)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user