From ddf34bacfdaf8add87e29afc0090217626e5ddc4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 15 Feb 2018 12:46:37 +0100 Subject: [PATCH] Disable D3D10 for now by default until it gets menu display driver support and shader support --- 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 5749db12e4..a1be97d869 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=yes # Direct3D 10 support +HAVE_D3D10=no # Direct3D 10 support C89_D3D10=no HAVE_D3D11=yes # Direct3D 11 support C89_D3D11=no