X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=jni%2FAndroid.mk;h=28af8e85c12ac331901d89594c1083e76217d986;hb=7af838c45de8d323fd7a005e02eb142d1bbc9689;hp=971c45d1cfbdc26dafc1cb238438c7d613ed6ddc;hpb=1328fa326b0e51dca172bb59e355e964ac666b64;p=pcsx_rearmed.git diff --git a/jni/Android.mk b/jni/Android.mk index 971c45d1..28af8e85 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -35,6 +35,7 @@ SOURCES_C := $(CORE_DIR)/cdriso.c \ $(CORE_DIR)/psxcommon.c \ $(CORE_DIR)/psxcounters.c \ $(CORE_DIR)/psxdma.c \ + $(CORE_DIR)/psxevents.c \ $(CORE_DIR)/psxhw.c \ $(CORE_DIR)/psxinterpreter.c \ $(CORE_DIR)/psxmem.c \ @@ -141,7 +142,6 @@ 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