mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 02:21:07 +00:00
Fix: Add inclusion of <psp2/kernel/processmgr.h> for Vita compatibility
This commit is contained in:
committed by
Cameron Gutman
parent
e356b2cfde
commit
1c86405fd0
@@ -2,6 +2,7 @@
|
|||||||
#include "Limelight-internal.h"
|
#include "Limelight-internal.h"
|
||||||
#if defined(__vita__)
|
#if defined(__vita__)
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
#include <psp2/kernel/processmgr.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// The maximum amount of time before observing an interrupt
|
// The maximum amount of time before observing an interrupt
|
||||||
|
|||||||
Reference in New Issue
Block a user