1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add 1280x720 to defaulrt list

This commit is contained in:
FunkyFr3sh 2023-08-18 11:18:15 +02:00
parent 84a06f8fe3
commit 9f91719057

View File

@ -85,7 +85,7 @@ HRESULT dd_EnumDisplayModes(
{ 1024, 768 },
{ 1280, 1024 },
{ rlm ? 0 : 1600, rlm ? 0 : 1200 },
{ rlm ? 0 : 1280, rlm ? 0 : 720 },
{ 1280, 720 },
{ rlf ? 1024 : 0, rlf ? 600 : 0 },
/* 4:3 */
{ rlf ? 1280 : 0, rlf ? 960 : 0 },