mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(SoftFilters) More of aforementioned
This commit is contained in:
parent
d0a8fdc0bc
commit
4a119d9d94
@ -53,7 +53,8 @@ static void filter_thread_loop(void *data)
|
||||
if (die)
|
||||
break;
|
||||
|
||||
thr->packet->work(thr->userdata, thr->packet->thread_data);
|
||||
if (thr->packet && thr->packet->work)
|
||||
thr->packet->work(thr->userdata, thr->packet->thread_data);
|
||||
|
||||
slock_lock(thr->lock);
|
||||
thr->done = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user