From 8b9b4c9f8f3d892c657e5a4ad0f799c23cfa735b Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Sat, 31 Oct 2020 07:15:03 +0800 Subject: Remove dfinput plugin from Makefile The dfinput plugin is not used in this codebase, so remove them when compiling. Will repurpose dfinput_activate() to do out init later. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 993b05e..d751fb1 100644 --- a/Makefile +++ b/Makefile @@ -258,7 +258,9 @@ LDFLAGS += -lm endif # dfinput +ifneq "$(PLATFORM)" "libretro" OBJS += plugins/dfinput/main.o plugins/dfinput/pad.o plugins/dfinput/guncon.o +endif # frontend/gui OBJS += frontend/cspace.o -- cgit v1.2.3