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