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 } };