(Android) Disable Vulkan until things can start bulding, compiling

and working properly again
This commit is contained in:
twinaphex 2016-03-22 20:33:12 +01:00
parent a3007b1604
commit 3e72b89021
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ RARCH_DIR := ../../../..
HAVE_NEON := 1
HAVE_LOGGER := 0
HAVE_VULKAN := 1
HAVE_VULKAN := 0
INCFLAGS :=
DEFINES :=

View File

@ -5,7 +5,7 @@ RARCH_DIR := ../../../..
HAVE_NEON := 1
HAVE_LOGGER := 0
HAVE_VULKAN := 1
HAVE_VULKAN := 0
INCFLAGS :=
DEFINES :=