Vita: default window size for tests

This commit is contained in:
Ivan Epifanov 2021-06-22 00:09:06 +03:00 committed by Sam Lantinga
parent b55ee12f69
commit 89015b9c35
1 changed files with 3 additions and 0 deletions

View File

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