- Add HAVE_HLSL to qb/config.params.sh, set to no by default

- (D3D9 HLSL) Fix build/compilation
This commit is contained in:
twinaphex 2018-01-26 04:09:35 +01:00
parent 6f57aa84a8
commit 9436cc0234
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#include <retro_inline.h>
#include <retro_math.h>
#include <d3d9.h>
#include "../drivers/d3d.h"
#include "../../defines/d3d_defines.h"
#include "../common/d3d_common.h"

View File

@ -60,6 +60,7 @@ C89_WAYLAND=no
HAVE_EGL=auto # EGL context support
HAVE_VG=auto # OpenVG support
HAVE_CG=auto # Cg shader support
HAVE_HLSL=no # HLSL9 shader support (for Direct3D9)
HAVE_LIBXML2=auto # libxml2 support
HAVE_BUILTINZLIB=no # Bake in zlib
HAVE_ZLIB=auto # zlib support (ZIP extract, PNG decoding/encoding)