mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Comment out pthread attr for 3DS
This commit is contained in:
parent
0b3ac4e39d
commit
f277489efc
@ -165,8 +165,8 @@ sthread_t *sthread_create(void (*thread_func)(void*), void *userdata)
|
|||||||
return sthread_create_with_priority(thread_func, userdata, 0);
|
return sthread_create_with_priority(thread_func, userdata, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO/FIXME - this needs to be implemented for Switch */
|
/* TODO/FIXME - this needs to be implemented for Switch/3DS */
|
||||||
#if !defined(SWITCH) && !defined(USE_WIN32_THREADS)
|
#if !defined(SWITCH) && !defined(USE_WIN32_THREADS) && !defined(_3DS)
|
||||||
#define HAVE_THREAD_ATTR
|
#define HAVE_THREAD_ATTR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user