Fix platform

main
Ivan Epifanov 2020-12-23 19:00:16 +03:00 committed by Sam Lantinga
parent a7269a9ad3
commit ff5f98b87b
1 changed files with 3 additions and 0 deletions

View File

@ -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++ */