No point pegging the CPU to download a file.

This commit is contained in:
Alcaro 2016-05-03 18:17:12 +02:00
parent 22f69da0e3
commit 64501d2cb0

View File

@ -328,6 +328,8 @@ static void threaded_worker(void *userdata)
else
retro_task_threaded_push_running(task);
}
retro_sleep(10);
}
slock_unlock(running_lock);