From df53e3eee4d2c2c296de237dc20ca0784a600212 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 4 Nov 2012 00:48:13 +0100 Subject: [PATCH] Compile in D3D9 by default. --- Makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.win b/Makefile.win index 195106591d..d395874216 100644 --- a/Makefile.win +++ b/Makefile.win @@ -46,6 +46,7 @@ HAVE_XAUDIO = 1 HAVE_DSOUND = 1 HAVE_OPENGL = 1 HAVE_DYLIB = 1 +HAVE_D3D9 = 1 HAVE_NETPLAY = 1 HAVE_STDIN_CMD = 1 HAVE_THREADS = 1