Refactor away runloop_msg_queue_push_new
This commit is contained in:
parent
912b62dca9
commit
b47caeb58b
9 changed files with 33 additions and 41 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue