add 320x240 for twisted metal 1
This commit is contained in:
parent
5003bf1085
commit
a99313244a
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ HRESULT __stdcall ddraw_EnumDisplayModes(IDirectDrawImpl *This, DWORD dwFlags, L
|
||||||
SIZE resolutions[] =
|
SIZE resolutions[] =
|
||||||
{
|
{
|
||||||
{ 320, 200 },
|
{ 320, 200 },
|
||||||
|
{ 320, 240 },
|
||||||
{ 640, 400 },
|
{ 640, 400 },
|
||||||
{ 640, 480 },
|
{ 640, 480 },
|
||||||
{ 800, 600 },
|
{ 800, 600 },
|
||||||
|
|
Loading…
Reference in a new issue