mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
add 1280x720 to defaulrt list
This commit is contained in:
parent
84a06f8fe3
commit
9f91719057
2
src/dd.c
2
src/dd.c
@ -85,7 +85,7 @@ HRESULT dd_EnumDisplayModes(
|
|||||||
{ 1024, 768 },
|
{ 1024, 768 },
|
||||||
{ 1280, 1024 },
|
{ 1280, 1024 },
|
||||||
{ rlm ? 0 : 1600, rlm ? 0 : 1200 },
|
{ rlm ? 0 : 1600, rlm ? 0 : 1200 },
|
||||||
{ rlm ? 0 : 1280, rlm ? 0 : 720 },
|
{ 1280, 720 },
|
||||||
{ rlf ? 1024 : 0, rlf ? 600 : 0 },
|
{ rlf ? 1024 : 0, rlf ? 600 : 0 },
|
||||||
/* 4:3 */
|
/* 4:3 */
|
||||||
{ rlf ? 1280 : 0, rlf ? 960 : 0 },
|
{ rlf ? 1280 : 0, rlf ? 960 : 0 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user