aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoralexis-puska2016-06-26 19:45:51 +0200
committeralexis-puska2016-06-26 19:45:51 +0200
commitf40e483e356bb10c6094c3a4edadd636c3ca9f13 (patch)
tree99f5cf7c303530d6e7a969a552ac2b22ed3d29c8 /Makefile
parent73d32d69496795050589cb845ddbd1a074ca3955 (diff)
downloadpcsx_rearmed-f40e483e356bb10c6094c3a4edadd636c3ca9f13.tar.gz
pcsx_rearmed-f40e483e356bb10c6094c3a4edadd636c3ca9f13.tar.bz2
pcsx_rearmed-f40e483e356bb10c6094c3a4edadd636c3ca9f13.zip
fixed lag with analog pad device
Fixed lag with analog pad device, some code is override when have a pad in analog mode.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f7bf1d7..89788e6 100644
--- a/Makefile
+++ b/Makefile
@@ -195,6 +195,7 @@ endif
ifeq "$(PLATFORM)" "libretro"
OBJS += frontend/libretro.o
CFLAGS += -DFRONTEND_SUPPORTS_RGB565
+CFLAGS += -DHAVE_LIBRETRO
ifeq ($(MMAP_WIN32),1)
OBJS += libpcsxcore/memmap_win32.o