From 83850db27acaa230a8b4b39a33670e3ddd1667c3 Mon Sep 17 00:00:00 2001 From: hunterk Date: Fri, 17 Feb 2017 15:41:57 -0600 Subject: [PATCH] remove old define --- src/drivers/libretro/libretro.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/drivers/libretro/libretro.c b/src/drivers/libretro/libretro.c index b3a3020..210209e 100644 --- a/src/drivers/libretro/libretro.c +++ b/src/drivers/libretro/libretro.c @@ -1033,13 +1033,6 @@ static void check_variables(bool startup) unsigned char turbo_p0_toggle[] = {0,0}; unsigned char turbo_p1_toggle[] = {0,0}; -/* - * This is the turbo delay, higher the value - * the slower the frequency i.e. wait time - * between turbo repeats increases - */ -#define TURBO_DELAY 3 - static void FCEUD_UpdateInput(void) { unsigned i;