Browse Source

Vita: default window size for tests

Ivan Epifanov 3 years ago
parent
commit
89015b9c35
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/SDL_test_common.h

+ 3 - 0
include/SDL_test_common.h

@@ -37,6 +37,9 @@
 #if defined(__PSP__)
 #define DEFAULT_WINDOW_WIDTH  480
 #define DEFAULT_WINDOW_HEIGHT 272
+#elif defined(__VITA__)
+#define DEFAULT_WINDOW_WIDTH  960
+#define DEFAULT_WINDOW_HEIGHT 544
 #else
 #define DEFAULT_WINDOW_WIDTH  640
 #define DEFAULT_WINDOW_HEIGHT 480