Refactor away runloop_msg_queue_push_new

This commit is contained in:
twinaphex 2016-01-29 14:30:09 +01:00
parent 912b62dca9
commit b47caeb58b
9 changed files with 33 additions and 41 deletions

View file

@ -534,7 +534,9 @@ static void rarch_dbscan_task_handler(rarch_task_t *task)
}
else
{
runloop_msg_queue_push_new(MSG_SCANNING_OF_DIRECTORY_FINISHED, 0, 180, true);
runloop_msg_queue_push(
msg_hash_to_str(MSG_SCANNING_OF_DIRECTORY_FINISHED),
0, 180, true);
goto task_finished;
}
break;