- Missing common resolution 1680x1050 added to resolution list of SDL and Cocoa.

This commit is contained in:
Braden Obrzut 2015-07-06 02:58:01 -04:00
parent 9edf409ea2
commit 3adda344b6
2 changed files with 2 additions and 0 deletions

View File

@ -339,6 +339,7 @@ VideoModes[] =
{ 1600, 900 }, // 16:9
{ 1600, 1000 }, // 16:10
{ 1600, 1200 },
{ 1680, 1050 }, // 16:10
{ 1920, 1080 },
{ 1920, 1200 },
{ 2048, 1536 },

View File

@ -178,6 +178,7 @@ static MiniModeInfo WinModes[] =
{ 1600, 900 }, // 16:9
{ 1600, 1000 }, // 16:10
{ 1600, 1200 },
{ 1680, 1050 }, // 16:10
{ 1920, 1080 },
{ 1920, 1200 },
{ 2048, 1536 },