From: Twinaphex Date: Sun, 9 Feb 2020 10:16:48 +0000 (+0100) Subject: Fix build X-Git-Tag: r24l~673 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2627e5145d838cd083c46a712901a8d7a9a8134;p=pcsx_rearmed.git Fix build --- diff --git a/Makefile b/Makefile index 5218efda..aff5c600 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,7 @@ OBJS += libpcsxcore/new_dynarec/backends/psx/emu_if.o \ libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/arm/assem_arm.c \ libpcsxcore/new_dynarec/backends/psx/pcsxmem_inline.c else +OBJS += libpcsxcore/new_dynarec/backends/psx/emu_if.o libpcsxcore/new_dynarec/backends/psx/emu_if.o: CFLAGS += -DDRC_DISABLE frontend/libretro.o: CFLAGS += -DDRC_DISABLE endif