summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index a87f20b3a..98d1805c6 100644
--- a/sdl.c
+++ b/sdl.c
@@ -243,10 +243,13 @@ static const uint16 default_resolutions[][2] = {
{ 800, 600},
{1024, 768},
{1152, 864},
+ {1280, 800},
{1280, 960},
{1280, 1024},
{1400, 1050},
- {1600, 1200}
+ {1600, 1200},
+ {1680, 1050},
+ {1920, 1200}
};
static void GetVideoModes(void)