X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=ff8d1bb6adb15b8734d924af8a581beedb9d98d0;hb=4d74a45a59e004497a65359666ac47867093143f;hp=e694818dbedec5b52044c8f4816654db6c7256ed;hpb=f4c049fddb2613c5837db83daa2babb3fdf78f70;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index e694818d..ff8d1bb6 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,7 @@ OBJS += deps/lightning/lib/jit_disasm.o \ deps/lightning/lib/jit_size.o \ deps/lightning/lib/lightning.o \ deps/lightrec/blockcache.o \ + deps/lightrec/constprop.o \ deps/lightrec/disassembler.o \ deps/lightrec/emitter.o \ deps/lightrec/interpreter.o \ @@ -140,7 +141,7 @@ OBJS += libpcsxcore/new_dynarec/pcsxmem.o else CFLAGS += -DDRC_DISABLE endif -OBJS += libpcsxcore/new_dynarec/emu_if.o +OBJS += libpcsxcore/new_dynarec/emu_if.o libpcsxcore/new_dynarec/events.o libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/pcsxmem_inline.c ifdef DRC_DBG libpcsxcore/new_dynarec/emu_if.o: CFLAGS += -D_FILE_OFFSET_BITS=64