Reintroduce deinit and get rid of slock_unlock at bottom of threaded_worker function
This commit is contained in:
parent
51e2da2cbd
commit
a2c435ab2c
|
@ -456,8 +456,6 @@ static void threaded_worker(void *userdata)
|
|||
retro_sleep(10);
|
||||
#endif
|
||||
}
|
||||
|
||||
slock_unlock(running_lock);
|
||||
}
|
||||
|
||||
static void retro_task_threaded_init(void)
|
||||
|
|
Loading…
Reference in New Issue