mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(VITA) Fix pthreads
This commit is contained in:
parent
caffd7e3b0
commit
307f72a3cd
@ -23,6 +23,7 @@
|
||||
#include <psp2/power.h>
|
||||
#include <psp2/sysmodule.h>
|
||||
#include <psp2/appmgr.h>
|
||||
#include <pthread.h>
|
||||
#else
|
||||
#include <pspkernel.h>
|
||||
#include <pspdebug.h>
|
||||
@ -298,6 +299,7 @@ static void frontend_psp_init(void *data)
|
||||
#ifdef VITA
|
||||
scePowerSetArmClockFrequency(444);
|
||||
sceSysmoduleLoadModule(SCE_SYSMODULE_NET);
|
||||
pthread_init();
|
||||
#else
|
||||
(void)data;
|
||||
/* initialize debug screen */
|
||||
|
Loading…
x
Reference in New Issue
Block a user