(tasks/task_save) Replace some instances of runloop_msg_queue_push

This commit is contained in:
twinaphex 2016-12-03 06:46:53 +01:00
parent e39031cbd0
commit 0c74d19112

View File

@ -785,7 +785,7 @@ static void task_load_handler(retro_task_t *task)
state->path,
msg_hash_to_str(MSG_SUCCEEDED));
if (!task->mute)
runloop_msg_queue_push(msg, 1, 180, true);
task->title = strdup(msg);
}
else
{
@ -796,7 +796,7 @@ static void task_load_handler(retro_task_t *task)
settings->state_slot);
if (!task->mute)
runloop_msg_queue_push(msg, 2, 180, true);
task->title = strdup(msg);
}
task_load_handler_finished(task, state);