1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-02 01:13:30 +00:00

(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
pkg/android/phoenix/jni

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

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