mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(tasks/task_save) Replace some instances of runloop_msg_queue_push
This commit is contained in:
parent
e39031cbd0
commit
0c74d19112
@ -785,7 +785,7 @@ static void task_load_handler(retro_task_t *task)
|
|||||||
state->path,
|
state->path,
|
||||||
msg_hash_to_str(MSG_SUCCEEDED));
|
msg_hash_to_str(MSG_SUCCEEDED));
|
||||||
if (!task->mute)
|
if (!task->mute)
|
||||||
runloop_msg_queue_push(msg, 1, 180, true);
|
task->title = strdup(msg);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -796,7 +796,7 @@ static void task_load_handler(retro_task_t *task)
|
|||||||
settings->state_slot);
|
settings->state_slot);
|
||||||
|
|
||||||
if (!task->mute)
|
if (!task->mute)
|
||||||
runloop_msg_queue_push(msg, 2, 180, true);
|
task->title = strdup(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
task_load_handler_finished(task, state);
|
task_load_handler_finished(task, state);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user