Fix: Add inclusion of <psp2/kernel/processmgr.h> for Vita compatibility

This commit is contained in:
AorsiniYT
2025-11-06 23:40:53 -06:00
committed by Cameron Gutman
parent e356b2cfde
commit 1c86405fd0

View File

@@ -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