mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Fix SYS_THREAD_CREATE_JOINABLE on PSL1GHT
This commit is contained in:
parent
2896856195
commit
4e284751f6
@ -276,8 +276,8 @@ extern int audioAddData(uint32_t portNum, float *data,
|
|||||||
#ifdef __PSL1GHT__
|
#ifdef __PSL1GHT__
|
||||||
#include <sys/thread.h>
|
#include <sys/thread.h>
|
||||||
|
|
||||||
/* FIXME - not sure if this is correct */
|
/* FIXME - not sure if this is correct -> FIXED! 1 and not 0 */
|
||||||
#define SYS_THREAD_CREATE_JOINABLE 0
|
#define SYS_THREAD_CREATE_JOINABLE THREAD_JOINABLE
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include <sys/ppu_thread.h>
|
#include <sys/ppu_thread.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user