mirror of
https://github.com/libretro/libretro-common.git
synced 2024-11-23 08:09:43 +00:00
Resync
This commit is contained in:
parent
c51927f872
commit
0beb36aebb
@ -164,7 +164,7 @@ sthread_t *sthread_create(void (*thread_func)(void*), void *userdata)
|
||||
}
|
||||
|
||||
/* 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
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user