From 61f1908bf248ac563897c5e4b14f9772ae94cd83 Mon Sep 17 00:00:00 2001 From: Not6 Date: Mon, 6 Mar 2017 20:36:28 +0100 Subject: [PATCH] set DEFAULT_CFG_NAME to /mnt/sdcard/ for android --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87231f7..2e2e61a 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ else ifneq (,$(findstring android,$(platform))) TARGET := $(TARGET_NAME)_libretro_android.so fpic = -fPIC SHARED := -lstdc++ -llog -lz -shared -Wl,--version-script=link.T -Wl,--no-undefined - + CFLAGS += -DDEFAULT_CFG_NAME="\"/mnt/sdcard/atari800.cfg\"" CC = arm-linux-androideabi-gcc CXX = arm-linux-androideabi-g++ # Raspberry Pi