From 58857a657c6e5303bcd36d9d83d29bc5d28efaa7 Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Mon, 16 Nov 2015 17:11:55 +0100 Subject: [PATCH] expedite: Add 1080p portrait resolution. --- src/bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.c b/src/bin/main.c index 98e8ee7..d879378 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1164,6 +1164,7 @@ static const Expedite_Resolution resolutions[] = { { "720p", 1280, 720 }, { "1050p", 1680, 1050}, { "1080p", 1920, 1080}, + { "1080p-p", 1080, 1920}, { "wsvga", 1024, 600 }, { "wsvga-p", 600 , 1024}, { "s9", 1600, 900 },