summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMikael Brunnhede2019-05-05 23:58:30 +0200
committerMikael Brunnhede2019-05-05 23:58:30 +0200
commit30841f5881b3b63e64680a502c541ac583bcccfd (patch)
tree5a58bba7503650b97eaf60bc72fba0f7d95bad3f /Makefile
parent6064e58855c7f3acc76ad55ce4ea2af985fe3c59 (diff)
downloadsnes9x2002-30841f5881b3b63e64680a502c541ac583bcccfd.tar.gz
snes9x2002-30841f5881b3b63e64680a502c541ac583bcccfd.tar.bz2
snes9x2002-30841f5881b3b63e64680a502c541ac583bcccfd.zip
Port the input lag fix already present in the other snes9x cores. With this fix active, the main loop exit occurs right after generating the finished frame, but before reading the input. This means each new frame begins with reading input, then running game logic, ensuring the input used is as fresh as possible.
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),)