mirror of
https://github.com/libretro/RetroArch
synced 2025-03-04 07:13:26 +00:00
Merge pull request #12097 from crystalct/master
Fix SYS_THREAD_CREATE_JOINABLE on PSL1GHT
This commit is contained in:
commit
bd209eab1f
@ -276,8 +276,8 @@ extern int audioAddData(uint32_t portNum, float *data,
|
||||
#ifdef __PSL1GHT__
|
||||
#include <sys/thread.h>
|
||||
|
||||
/* FIXME - not sure if this is correct */
|
||||
#define SYS_THREAD_CREATE_JOINABLE 0
|
||||
/* FIXME - not sure if this is correct -> FIXED! 1 and not 0 */
|
||||
#define SYS_THREAD_CREATE_JOINABLE THREAD_JOINABLE
|
||||
|
||||
#else
|
||||
#include <sys/ppu_thread.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user