1
0
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:
FunkyFr3sh 2023-08-17 13:55:30 +02:00
parent bcfe2a6c4d
commit 38e17b0720

View File

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