Browse Source

Fix platform

Ivan Epifanov 4 years ago
parent
commit
ff5f98b87b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/SDL_platform.h

+ 3 - 0
include/SDL_platform.h

@@ -175,6 +175,9 @@
 #define __SDL_NOGETPROCADDR__
 #endif
 
+#if defined(__vita__)
+#define __VITA__ 1
+#endif
 
 #include "begin_code.h"
 /* Set up for C function definitions, even when using C++ */