No point pegging the CPU to download a file.
This commit is contained in:
parent
22f69da0e3
commit
64501d2cb0
|
@ -328,6 +328,8 @@ static void threaded_worker(void *userdata)
|
|||
else
|
||||
retro_task_threaded_push_running(task);
|
||||
}
|
||||
|
||||
retro_sleep(10);
|
||||
}
|
||||
|
||||
slock_unlock(running_lock);
|
||||
|
|
Loading…
Reference in New Issue