mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-19 09:23:01 +00:00
honor the tasks 'mute' property again
This commit is contained in:
parent
099be6ed2d
commit
50f538dc9e
@ -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…
x
Reference in New Issue
Block a user