mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(VITA) Fix pthreads
This commit is contained in:
parent
caffd7e3b0
commit
307f72a3cd
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue