From c24e66e61c791cb8be91de6ef933b72aca521798 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 23 Jan 2018 07:44:50 +0100 Subject: [PATCH] (QB) Add HAVE_DIRECT3D11/HAVE_DIRECT3D12 (disabled by default for now) --- qb/config.params.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index 8551458b24..3ee8480855 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -36,6 +36,8 @@ HAVE_MINIUPNPC=auto # Mini UPnP client library (for NAT traversal) HAVE_BUILTINMINIUPNPC=yes # Bake in Mini UPnP client library (for NAT traversal) C89_BUILTINMINIUPNPC=no HAVE_D3D9=yes # Direct3D 9 support +HAVE_D3D11=no # Direct3D 11 support +HAVE_D3D12=no # Direct3D 11 support HAVE_D3DX=yes # Direct3DX support HAVE_OPENGL=auto # OpenGL support HAVE_MALI_FBDEV=no # Mali fbdev context support