mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Update thread.h for PSP
This commit is contained in:
parent
09443d88c2
commit
ccc3384709
1
thread.h
1
thread.h
@ -64,6 +64,7 @@ void scond_signal(scond_t *cond);
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#elif defined(PSP)
|
#elif defined(PSP)
|
||||||
#include <pspthreadman.h>
|
#include <pspthreadman.h>
|
||||||
|
#include <psputils.h>
|
||||||
#elif defined(_WIN32) && !defined(_XBOX)
|
#elif defined(_WIN32) && !defined(_XBOX)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user