1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

Try to always build with HAVE_VULKAN for Windows

This commit is contained in:
twinaphex 2016-06-01 07:16:06 +02:00
parent 1f3790fafa
commit 04c30c77e0

View File

@ -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