aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAutechre2020-10-31 23:59:27 +0100
committerGitHub2020-10-31 23:59:27 +0100
commita5e7ffa71b24529cc1d63f0bb85454c78dc112c8 (patch)
tree254f6f9c49f31b123c3a5ab01979df225a125c27 /Makefile
parent2ead2fb6d618305ca48e50e1982bb7e01bf45237 (diff)
parent4c7a462ed37b73f05ff8cc16b477c22e5b2daa26 (diff)
downloadpcsx_rearmed-a5e7ffa71b24529cc1d63f0bb85454c78dc112c8.tar.gz
pcsx_rearmed-a5e7ffa71b24529cc1d63f0bb85454c78dc112c8.tar.bz2
pcsx_rearmed-a5e7ffa71b24529cc1d63f0bb85454c78dc112c8.zip
Merge pull request #470 from negativeExponent/pads
remove dfinput, fix negcon input
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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