mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
Revert "(PSL1GHT) Add PSL1GHT semaphore redefinitions"
This reverts commit 04a5a17409
.
This commit is contained in:
parent
c45c49c5c2
commit
77b2ed5514
@ -774,7 +774,7 @@ struct RGLResource
|
||||
RGLSemaphoreMemory *semaphores;
|
||||
};
|
||||
|
||||
typedef struct
|
||||
typedef volatile struct
|
||||
{
|
||||
GLuint Ignored00[0x010];
|
||||
GLuint Put;
|
||||
|
@ -310,20 +310,6 @@
|
||||
#define SYS_PPU_THREAD_CREATE_JOINABLE 0 /* FIXME - not sure if this is correct */
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
SEMAPHORE PROTOTYPES
|
||||
============================================================ */
|
||||
|
||||
#ifdef __PSL1GHT__
|
||||
#include <sys/sem.h>
|
||||
#define sys_semaphore_attribute_t sys_sem_attr_t
|
||||
#define sys_semaphore_value_t s32
|
||||
|
||||
#define sys_semaphore_create sysSemCreate
|
||||
#define sys_semaphore_destroy sysSemDestroy
|
||||
#define sys_semaphore_post sysSemPost
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
MEMORY PROTOTYPES
|
||||
============================================================ */
|
||||
|
Loading…
Reference in New Issue
Block a user