From 04c30c77e0d3557c3e3feae716279160dae5478c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 1 Jun 2016 07:16:06 +0200 Subject: [PATCH] Try to always build with HAVE_VULKAN for Windows --- Makefile.common | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.common b/Makefile.common index 2bf73d6d08..4ab0342c66 100644 --- a/Makefile.common +++ b/Makefile.common @@ -377,6 +377,11 @@ ifeq ($(HAVE_NEON),1) libretro-common/conversion/float_to_s16_neon.o endif +ifneq ($(findstring Win32,$(OS)),) +HAVE_VULKAN=1 +DEFINES += -DHAVE_VULKAN +endif + HW_CONTEXT_MENU_DRIVERS=$(HAVE_RGUI) ifeq ($(HW_CONTEXT_MENU_DRIVERS),0) @@ -625,6 +630,7 @@ endif ifneq ($(findstring Win32,$(OS)),) OBJ += ui/drivers/ui_win32.o + endif # Video