From 8bcc889d908c14614e2670daa08aa9e928addd36 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 9 May 2016 07:54:45 +0200 Subject: [PATCH] Comment this out - makes all tasks way too slow --- libretro-common/queues/task_queue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretro-common/queues/task_queue.c b/libretro-common/queues/task_queue.c index bddaf435ef..a52c7d6105 100644 --- a/libretro-common/queues/task_queue.c +++ b/libretro-common/queues/task_queue.c @@ -437,7 +437,9 @@ static void threaded_worker(void *userdata) slock_unlock(finished_lock); } +#if 0 retro_sleep(10); +#endif } slock_unlock(running_lock);