From a99313244a3bfaa00590b7d5b2c5dbf6bc9750d0 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Fri, 2 Oct 2020 21:11:45 +0200 Subject: [PATCH] add 320x240 for twisted metal 1 --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index d93f9f1..1f9ad24 100644 --- a/src/main.c +++ b/src/main.c @@ -423,6 +423,7 @@ HRESULT __stdcall ddraw_EnumDisplayModes(IDirectDrawImpl *This, DWORD dwFlags, L SIZE resolutions[] = { { 320, 200 }, + { 320, 240 }, { 640, 400 }, { 640, 480 }, { 800, 600 },