mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 01:38:27 +00:00
Vita: default window size for tests
This commit is contained in:
parent
b55ee12f69
commit
89015b9c35
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue