Update Android.mk
authorTwinaphex <libretro@gmail.com>
Tue, 21 May 2019 07:11:59 +0000 (09:11 +0200)
committerGitHub <noreply@github.com>
Tue, 21 May 2019 07:11:59 +0000 (09:11 +0200)
jni/Android.mk

index a4bf747..1051e99 100644 (file)
@@ -4,6 +4,8 @@ $(shell cd "$(LOCAL_PATH)" && ((git describe || echo) | sed -e 's/.*/#define REV
 $(shell cd "$(LOCAL_PATH)" && (diff -q ../frontend/revision.h_ ../frontend/revision.h > /dev/null 2>&1 || cp ../frontend/revision.h_ ../frontend/revision.h))
 $(shell cd "$(LOCAL_PATH)" && (rm ../frontend/revision.h_))
 
+HAVE_CHD ?= 1
+
 ROOT_DIR     := $(LOCAL_PATH)/..
 CORE_DIR     := $(ROOT_DIR)/libpcsxcore
 SPU_DIR      := $(ROOT_DIR)/plugins/dfsound