From d0bb6d006530403e4027468e9d568a42954cd6f5 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Fri, 25 Sep 2009 14:56:33 +0000 Subject: [PATCH] Brickmania: Correct the cycle time to match what it was on the H300. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22830 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/brickmania.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 0eebd3f65c..4a9c664430 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -254,7 +254,7 @@ CONFIG_KEYPAD == SANSA_M200_PAD to speed up the game - note that current_tick is (currently) only accurate to 10ms. */ -#define CYCLETIME 50 +#define CYCLETIME 30 #define TOPMARGIN (BRICK_HEIGHT * 2)