mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
- Add HAVE_HLSL to qb/config.params.sh, set to no by default
- (D3D9 HLSL) Fix build/compilation
This commit is contained in:
parent
6f57aa84a8
commit
9436cc0234
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user