diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-09-25 14:56:33 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-09-25 14:56:33 +0000 |
| commit | d0bb6d006530403e4027468e9d568a42954cd6f5 (patch) | |
| tree | cb5bf35682a9d32b98b7da68f67031ee392a6415 /apps/plugins | |
| parent | 4e4510ee91dbdf889711a163c0986c466b661e6e (diff) | |
| download | rockbox-d0bb6d006530403e4027468e9d568a42954cd6f5.zip rockbox-d0bb6d006530403e4027468e9d568a42954cd6f5.tar.gz rockbox-d0bb6d006530403e4027468e9d568a42954cd6f5.tar.bz2 rockbox-d0bb6d006530403e4027468e9d568a42954cd6f5.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/brickmania.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 0eebd3f..4a9c664 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) |