mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-27 02:40:31 +00:00
Update Android.mk
HAVE_HW was set in the Makefile but was never passed on as a compile-time flag.
This commit is contained in:
parent
5359198531
commit
7da4800b8d
@ -30,6 +30,7 @@ ifeq ($(HAVE_HW),1)
|
||||
HAVE_VULKAN := 1
|
||||
FLAGS += -DHAVE_VULKAN
|
||||
endif
|
||||
FLAGS += -DHAVE_HW
|
||||
endif
|
||||
|
||||
include $(CORE_DIR)/Makefile.common
|
||||
|
Loading…
Reference in New Issue
Block a user