From c00dd988f55e351df307b5d09ce516605e1ce92b Mon Sep 17 00:00:00 2001 From: truidic <42794362+truidic@users.noreply.github.com> Date: Wed, 29 Aug 2018 12:27:40 -0500 Subject: [PATCH] lagfix unused --- libretro/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libretro/Makefile b/libretro/Makefile index c86b0e3c..9f29172f 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -1,6 +1,5 @@ DEBUG = 0 HAVE_EXCEPTIONS = 0 -LAGFIX=1 HAVE_STRINGS_H = 1 SPACE := @@ -44,11 +43,6 @@ ifneq ($(GIT_VERSION)," unknown") CXXFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\" endif -ifeq ($(LAGFIX),1) - CFLAGS += -DLAGFIX - CXXFLAGS += -DLAGFIX -endif - # Unix ifneq (,$(findstring unix,$(platform))) CFLAGS += -flto