add one more resolution item.

This commit is contained in:
Hermet Park 2019-12-27 13:37:25 +09:00
parent a4d6ef526a
commit 7dca83b4e5
1 changed files with 1 additions and 0 deletions

View File

@ -1169,6 +1169,7 @@ static const Expedite_Resolution resolutions[] = {
{ "1080p-p", 1080, 1920},
{ "wsvga", 1024, 600 },
{ "wsvga-p", 600 , 1024},
{ "watch-360", 360, 360},
{ NULL, 0, 0 }
};