PSVita: add missing include

This commit is contained in:
pstef 2025-04-10 17:43:16 +00:00
parent b25cb6ea63
commit 6a302d0602
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@
#include "../../deps/xxHash/xxhash.h"
#endif
#if defined(VITA)
#include <psp2/kernel/threadmgr/thread.h>
#include <psp2/power.h>
#endif
#define PREV_TEXTURES (GFX_MAX_TEXTURES - 1)
/* Cache the VBO. */