mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 08:49:47 +00:00
Update rthreads.c
This commit is contained in:
parent
4137fb2987
commit
23f27beb07
@ -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