summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTwinaphex2019-05-06 17:21:49 +0200
committerGitHub2019-05-06 17:21:49 +0200
commit903c003cad96add4599f0a94fab7a03735e20d3e (patch)
tree6d0fc22ba7e247461a2e8f100e32b9357b7e5e9e /Makefile
parent6064e58855c7f3acc76ad55ce4ea2af985fe3c59 (diff)
parent25f5a184255518b92c5a9786312fb543fb6278d0 (diff)
downloadsnes9x2002-903c003cad96add4599f0a94fab7a03735e20d3e.tar.gz
snes9x2002-903c003cad96add4599f0a94fab7a03735e20d3e.tar.bz2
snes9x2002-903c003cad96add4599f0a94fab7a03735e20d3e.zip
Merge pull request #33 from Brunnis/master
Port input lag fix already used in the other snes9x cores
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fb4f7d6..87733b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
DEBUG=0
+LAGFIX=1
TARGET_NAME = snes9x2002
ifeq ($(platform),)