Fix build
authorTwinaphex <libretro@gmail.com>
Sun, 9 Feb 2020 10:16:48 +0000 (11:16 +0100)
committerTwinaphex <libretro@gmail.com>
Sun, 9 Feb 2020 10:16:48 +0000 (11:16 +0100)
Makefile

index 5218efd..aff5c60 100644 (file)
--- 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