add 1600x1200
This commit is contained in:
parent
3eff542e15
commit
fc025355b1
1 changed files with 1 additions and 0 deletions
1
src/dd.c
1
src/dd.c
|
@ -126,6 +126,7 @@ HRESULT dd_EnumDisplayModes(DWORD dwFlags, LPDDSURFACEDESC lpDDSurfaceDesc, LPVO
|
||||||
{ 800, 600 },
|
{ 800, 600 },
|
||||||
{ 1024, 768 },
|
{ 1024, 768 },
|
||||||
{ 1280, 1024 },
|
{ 1280, 1024 },
|
||||||
|
{ 1600, 1200 },
|
||||||
{ 1280, 720 },
|
{ 1280, 720 },
|
||||||
{ 1920, 1080 },
|
{ 1920, 1080 },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue