From 6e91e5e29b7ec1a53873b1b3f427ab83328196ac Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Sat, 29 Oct 2011 22:45:30 +0000 Subject: [PATCH] increased "ignore counter" for the fire button because of joystick chatter --- games/tetris/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/tetris/input.c b/games/tetris/input.c index 88bef05..e86bfa1 100644 --- a/games/tetris/input.c +++ b/games/tetris/input.c @@ -51,7 +51,7 @@ /** amount of loop cyles the counter clockwise rotation button is ignored */ #define TETRIS_INPUT_CHATTER_TICKS_ROT_CCW 24 /** amount of loop cyles the drop button is ignored */ -#define TETRIS_INPUT_CHATTER_TICKS_DROP 20 +#define TETRIS_INPUT_CHATTER_TICKS_DROP 36 /** wait cycles per level (array of uint8_t) */ #define TETRIS_INPUT_LVL_CYCLES 200, 133, 100, 80, 66, 57, 50, 44, 40, 36, 33, \