Skip to content
Snippets Groups Projects
Commit 5b07cf8f authored by Eidolon's avatar Eidolon Committed by Alam Ed Arias
Browse files

SDL2: Add 1600x1200 mode

parent 399eddef
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@
#endif
// maximum number of windowed modes (see windowedModes[][])
#define MAXWINMODES (17)
#define MAXWINMODES (18)
/** \brief
*/
......@@ -148,6 +148,7 @@ static INT32 windowedModes[MAXWINMODES][2] =
{1920,1200}, // 1.60,6.00
{1920,1080}, // 1.66
{1680,1050}, // 1.60,5.25
{1600,1200}, // 1.33
{1600, 900}, // 1.66
{1366, 768}, // 1.66
{1440, 900}, // 1.60,4.50
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment