From e0b57843aa8b5ab30c85c191b9951e3fcf827f31 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 21 Apr 2018 05:14:50 +0200 Subject: [PATCH] Enable HAVE_D3D10 now for main Windows build --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index f3899a3403..6b2aec7ffb 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -38,7 +38,7 @@ C89_BUILTINMINIUPNPC=no HAVE_D3D8=no # Direct3D 8 support HAVE_D3D9=yes # Direct3D 9 support C89_D3D9=no -HAVE_D3D10=no # Direct3D 10 support +HAVE_D3D10=yes # Direct3D 10 support C89_D3D10=no HAVE_D3D11=yes # Direct3D 11 support C89_D3D11=no