mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
fix 1280x540 res
This commit is contained in:
parent
bcfe2a6c4d
commit
38e17b0720
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…
x
Reference in New Issue
Block a user