From 75a808e226901b6d4112b1172e72f3624956208f Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 27 Dec 2019 13:37:25 +0900 Subject: [PATCH] add one more resolution item. --- src/bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.c b/src/bin/main.c index bf32bfc..fa8c2eb 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1167,6 +1167,7 @@ static const Expedite_Resolution resolutions[] = { { "1080p", 1920, 1080}, { "wsvga", 1024, 600 }, { "wsvga-p", 600 , 1024}, + { "watch-360", 360, 360}, { NULL, 0, 0 } };