mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Comment this out - makes all tasks way too slow
This commit is contained in:
parent
c82505ed9e
commit
8bcc889d90
1 changed files with 2 additions and 0 deletions
|
@ -437,7 +437,9 @@ static void threaded_worker(void *userdata)
|
|||
slock_unlock(finished_lock);
|
||||
}
|
||||
|
||||
#if 0
|
||||
retro_sleep(10);
|
||||
#endif
|
||||
}
|
||||
|
||||
slock_unlock(running_lock);
|
||||
|
|
Loading…
Add table
Reference in a new issue