mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
revert change to resolution list
This commit is contained in:
parent
c7ec33a4ef
commit
bb07483c58
5
src/dd.c
5
src/dd.c
@ -72,19 +72,18 @@ HRESULT dd_EnumDisplayModes(
|
|||||||
}
|
}
|
||||||
|
|
||||||
BOOL rlf = g_ddraw->resolutions == RESLIST_FULL;
|
BOOL rlf = g_ddraw->resolutions == RESLIST_FULL;
|
||||||
BOOL rlm = g_ddraw->resolutions == RESLIST_MINI;
|
|
||||||
|
|
||||||
SIZE resolutions[] =
|
SIZE resolutions[] =
|
||||||
{
|
{
|
||||||
{ 320, 200 },
|
{ 320, 200 },
|
||||||
{ 320, 240 },
|
{ 320, 240 },
|
||||||
{ rlm ? 0 : 512, rlm ? 0 : 384 },
|
{ 512, 384 },
|
||||||
{ 640, 400 },
|
{ 640, 400 },
|
||||||
{ 640, 480 },
|
{ 640, 480 },
|
||||||
{ 800, 600 },
|
{ 800, 600 },
|
||||||
{ 1024, 768 },
|
{ 1024, 768 },
|
||||||
{ 1280, 1024 },
|
{ 1280, 1024 },
|
||||||
{ rlm ? 0 : 1600, rlm ? 0 : 1200 },
|
{ 1600, 1200 },
|
||||||
{ 1280, 720 },
|
{ 1280, 720 },
|
||||||
{ rlf ? 1024 : 0, rlf ? 600 : 0 },
|
{ rlf ? 1024 : 0, rlf ? 600 : 0 },
|
||||||
/* 4:3 */
|
/* 4:3 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user