/* =========================================================================== Copyright (C) 1997-2001 Id Software, Inc. This file is part of Quake 2 source code. 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. 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. You should have received a copy of the GNU General Public License 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 =========================================================================== */ // List of video modes included in platform-specific modules { "Mode 0: 320x240", 320, 240, 0 }, { "Mode 1: 400x300", 400, 300, 1 }, { "Mode 2: 512x384", 512, 384, 2 }, { "Mode 3: 640x480", 640, 480, 3 }, { "Mode 4: 800x600", 800, 600, 4 }, { "Mode 5: 960x720", 960, 720, 5 }, { "Mode 6: 1024x768", 1024, 768, 6 }, { "Mode 7: 1152x864", 1152, 864, 7 }, { "Mode 8: 1280x960", 1280, 960, 8 }, { "Mode 9: 1280x1024", 1280, 1024, 9 }, { "Mode 10: 1400x1050", 1400, 1050, 10 }, { "Mode 11: 1600x1200", 1600, 1200, 11 }, { "Mode 12: 1920x1440", 1920, 1440, 12 }, { "Mode 13: 2048x1536", 2048, 1536, 13 }, { "Mode 14: 800x480", 800, 480, 14 }, { "Mode 15: 856x480", 856, 480, 15 }, { "Mode 16: 1024x600", 1024, 600, 16 }, { "Mode 17: 1280x720", 1280, 720, 17 }, { "Mode 18: 1280x768", 1280, 768, 18 }, { "Mode 19: 1280x800", 1280, 800, 19 }, { "Mode 20: 1360x768", 1360, 768, 20 }, { "Mode 21: 1366x768", 1366, 768, 21 }, { "Mode 22: 1440x900", 1440, 900, 22 }, { "Mode 23: 1600x900", 1600, 900, 23 }, { "Mode 24: 1600x1024", 1600, 1024, 24 }, { "Mode 25: 1680x1050", 1680, 1050, 25 }, { "Mode 26: 1920x1080", 1920, 1080, 26 }, { "Mode 27: 1920x1200", 1920, 1200, 27 }, { "Mode 28: 2560x1080", 2560, 1080, 28 }, { "Mode 29: 2560x1440", 2560, 1440, 29 }, { "Mode 30: 2560x1600", 2560, 1600, 30 }, { "Mode 31: 3200x1800", 3200, 1800, 31 }, { "Mode 32: 3440x1440", 3440, 1440, 32 }, { "Mode 33: 3840x1600", 3840, 1600, 33 }, { "Mode 34: 3840x2160", 3840, 2160, 34 }, { "Mode 35: 3840x2400", 3840, 2400, 35 }, { "Mode 36: 4096x2160", 4096, 2160, 36 }, { "Mode 37: 5120x2880", 5120, 2880, 37 }