added new screen resolutions..

origin
stpohle 18 years ago
parent 5f07c94370
commit 548b4a2b63

@ -1,4 +1,4 @@
/* $Id: configuration.c,v 1.81 2007/01/12 11:15:44 stpohle Exp $ /* $Id: configuration.c,v 1.82 2007/12/07 22:06:57 stpohle Exp $
* configuration */ * configuration */
#include <SDL.h> #include <SDL.h>
@ -549,8 +549,10 @@ config_video ()
{"800x600", NULL}, {"800x600", NULL},
{"1024x768", NULL}, {"1024x768", NULL},
{"1280x1024", NULL}, {"1280x1024", NULL},
{"1600x1200", NULL}, {"1600x1200", NULL},
{"1280x800", NULL} {"1920x1080", NULL},
{"1920x1200", NULL},
{"1280x800", NULL}
}; };
_charlist screenbpp[] = { _charlist screenbpp[] = {
{"16", NULL}, {"16", NULL},

Loading…
Cancel
Save