mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
(Softfilter) buildfix for targets that don't have HAVE_THREADS
defined
This commit is contained in:
parent
99d9908cda
commit
cc74d41952
@ -23,9 +23,6 @@
|
||||
#include "../performance.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include "../thread.h"
|
||||
|
||||
struct rarch_soft_plug
|
||||
{
|
||||
#ifdef HAVE_DYLIB
|
||||
@ -34,6 +31,9 @@ struct rarch_soft_plug
|
||||
const struct softfilter_implementation *impl;
|
||||
};
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include "../thread.h"
|
||||
|
||||
struct filter_thread_data
|
||||
{
|
||||
sthread_t *thread;
|
||||
|
Loading…
Reference in New Issue
Block a user