mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Assume HAVE_THREAD_ATTR cannot be defined for Emscripten
This commit is contained in:
parent
a3da521083
commit
24392446af
@ -164,7 +164,7 @@ sthread_t *sthread_create(void (*thread_func)(void*), void *userdata)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* TODO/FIXME - this needs to be implemented for Switch/3DS */
|
/* TODO/FIXME - this needs to be implemented for Switch/3DS */
|
||||||
#if !defined(SWITCH) && !defined(USE_WIN32_THREADS) && !defined(_3DS) && !defined(GEKKO) && !defined(__HAIKU__)
|
#if !defined(SWITCH) && !defined(USE_WIN32_THREADS) && !defined(_3DS) && !defined(GEKKO) && !defined(__HAIKU__) && !defined(EMSCRIPTEN)
|
||||||
#define HAVE_THREAD_ATTR
|
#define HAVE_THREAD_ATTR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user