add one more resolution item.

This commit is contained in:
Hermet Park 2019-12-27 13:37:25 +09:00 committed by Cedric BAIL
parent 4d683b635e
commit 75a808e226
1 changed files with 1 additions and 0 deletions

View File

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