PSVita: add missing include
This commit is contained in:
parent
b25cb6ea63
commit
6a302d0602
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue