fix 1280x540 res
This commit is contained in:
parent
bcfe2a6c4d
commit
38e17b0720
1 changed files with 1 additions and 1 deletions
2
src/dd.c
2
src/dd.c
|
@ -102,7 +102,7 @@ HRESULT dd_EnumDisplayModes(
|
|||
{ rlf ? 1920 : 0, rlf ? 1080 : 0 },
|
||||
{ rlf ? 2560 : 0, rlf ? 1440 : 0 },
|
||||
/* 21:9 */
|
||||
{ rlf ? 1280 : 0, rlf ? 544 : 0 },
|
||||
{ rlf ? 1280 : 0, rlf ? 540 : 0 },
|
||||
{ rlf ? 1720 : 0, rlf ? 720 : 0 },
|
||||
{ rlf ? 2560 : 0, rlf ? 1080 : 0 },
|
||||
{ max_w, max_h },
|
||||
|
|
Loading…
Reference in a new issue