From: havoc Date: Fri, 11 Apr 2008 19:30:19 +0000 (+0000) Subject: added 1360x768 resolution (used by some TVs), slightly narrower than X-Git-Tag: xonotic-v0.1.0preview~2276 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=01946832d5e1aeae1f707457a4f032b58b5de52c;p=xonotic%2Fdarkplaces.git added 1360x768 resolution (used by some TVs), slightly narrower than 1366x768 resolution which was already supported git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8253 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index c8ffdb54..e13a43f4 100644 --- a/menu.c +++ b/menu.c @@ -2777,6 +2777,7 @@ video_resolution_t video_resolutions[] = {"WideScreen 16x9" , 683, 384, 683, 384, 1 }, {"WideScreen 16x9" , 960, 540, 640, 360, 1 }, {"WideScreen 16x9" , 1280, 720, 640, 360, 1 }, +{"WideScreen 16x9" , 1360, 768, 680, 384, 1 }, {"WideScreen 16x9" , 1366, 768, 683, 384, 1 }, {"WideScreen 16x9" , 1920,1080, 640, 360, 1 }, {"WideScreen 16x9" , 2560,1440, 640, 360, 1 },