shithub: choc

Download patch

ref: 892074ce611d430d53014ace9b906dbfcb2cd798
parent: 05b7e25ca466172d071d17e9f3f665f992342431
parent: d5453a38b44e47bbceb98fae6467f3810ab9030a
author: Simon Howard <fraggle+github@gmail.com>
date: Mon Apr 11 09:47:17 EDT 2016

Merge pull request #699 from jmtd/sdl2-setup-resolutions

remove 256x200 resolution option

--- a/src/setup/display.c
+++ b/src/setup/display.c
@@ -53,7 +53,6 @@
 
 static screen_mode_t screen_modes_scaled[] = 
 {
-    { 256,  200 },
     { 320,  240 },
     { 512,  400 },
     { 640,  480 },
@@ -62,6 +61,7 @@
     { 1024, 800 },
     { 1280, 960 },
     { 1600, 1200 },
+    { 1920, 1440 },
     { 0, 0},
 };