Ivan Epifanov hace 5 años
padre
commit
ff5f98b87b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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++ */