From: notaz Date: Sun, 9 Jul 2023 23:24:51 +0000 (+0300) Subject: fix android build X-Git-Tag: r24l~315 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db3b5ef5ec1e529d328f2416c2a691cfa641dfb;p=pcsx_rearmed.git fix android build forgot about it (as usual) --- diff --git a/jni/Android.mk b/jni/Android.mk index 37e3c353..c4920694 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -147,6 +147,7 @@ ifeq ($(HAVE_ARI64),1) endif endif SOURCES_C += $(DYNAREC_DIR)/emu_if.c + SOURCES_C += $(DYNAREC_DIR)/events.c ifeq ($(HAVE_LIGHTREC),1) COREFLAGS += -DLIGHTREC -DLIGHTREC_STATIC