Skip to content

Commit

Permalink
Fix SYS_THREAD_CREATE_JOINABLE on PSL1GHT
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvo Cristaldi committed Mar 4, 2021
1 parent 2896856 commit 4e28475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defines/ps3_defines.h
Expand Up @@ -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>
Expand Down

0 comments on commit 4e28475

Please sign in to comment.