2019-03-13 19:20:07 +00:00
|
|
|
/*
|
2020-06-04 21:01:28 +00:00
|
|
|
===========================================================================
|
2019-03-13 19:20:07 +00:00
|
|
|
Copyright (C) 1997-2001 Id Software, Inc.
|
|
|
|
|
2020-06-04 21:01:28 +00:00
|
|
|
This file is part of Quake 2 source code.
|
2019-03-13 19:20:07 +00:00
|
|
|
|
2020-06-04 21:01:28 +00:00
|
|
|
Quake 2 source code is free software; you can redistribute it
|
|
|
|
and/or modify it under the terms of the GNU General Public License as
|
|
|
|
published by the Free Software Foundation; either version 2 of the License,
|
|
|
|
or (at your option) any later version.
|
2019-03-13 19:20:07 +00:00
|
|
|
|
2020-06-04 21:01:28 +00:00
|
|
|
Quake 2 source code is distributed in the hope that it will be
|
|
|
|
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
2019-03-13 19:20:07 +00:00
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
2020-06-04 21:01:28 +00:00
|
|
|
along with Quake 2 source code; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
===========================================================================
|
2019-03-13 19:20:07 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
// List of video modes included in video menu
|
|
|
|
|
|
|
|
"[custom ]",
|
|
|
|
"[640x480 ]",
|
|
|
|
"[800x600 ]",
|
|
|
|
"[960x720 ]",
|
|
|
|
"[1024x768 ]",
|
|
|
|
"[1152x864 ]",
|
|
|
|
"[1280x960 ]",
|
|
|
|
"[1280x1024]",
|
|
|
|
"[1400x1050]",
|
|
|
|
"[1600x1200]",
|
|
|
|
"[1920x1440]",
|
|
|
|
"[2048x1536]",
|
|
|
|
"[800x480 ]",
|
|
|
|
"[856x480 ]",
|
|
|
|
"[1024x600 ]",
|
|
|
|
"[1280x720 ]",
|
|
|
|
"[1280x768 ]",
|
|
|
|
"[1280x800 ]",
|
|
|
|
"[1360x768 ]",
|
|
|
|
"[1366x768 ]",
|
|
|
|
"[1440x900 ]",
|
|
|
|
"[1600x900 ]",
|
|
|
|
"[1600x1024]",
|
|
|
|
"[1680x1050]",
|
|
|
|
"[1920x1080]",
|
|
|
|
"[1920x1200]",
|
|
|
|
"[2560x1080]",
|
|
|
|
"[2560x1440]",
|
|
|
|
"[2560x1600]",
|
|
|
|
"[3200x1800]",
|
|
|
|
"[3440x1440]",
|
|
|
|
"[3840x1600]",
|
|
|
|
"[3840x2160]",
|
|
|
|
"[3840x2400]",
|
|
|
|
"[4096x2160]",
|
|
|
|
"[5120x2880]",
|
|
|
|
0
|