summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2007-08-05 12:23:16 +0000
committerKevin Ferrare <kevin@rockbox.org>2007-08-05 12:23:16 +0000
commitd1af1c0c3c996a8a81856826f723faebca268d50 (patch)
treecf0b118c22cdc91bb0faea5198470c1400f153cf /apps
parent5c98fc29e98996c4e43bd76dd49a8d9456b628b0 (diff)
downloadrockbox-d1af1c0c3c996a8a81856826f723faebca268d50.zip
rockbox-d1af1c0c3c996a8a81856826f723faebca268d50.tar.gz
rockbox-d1af1c0c3c996a8a81856826f723faebca268d50.tar.bz2
rockbox-d1af1c0c3c996a8a81856826f723faebca268d50.tar.xz
makes the slot wheels turn faster in the jackpot plugin for the bitmap targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14193 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/jackpot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c
index 865b4e1..8dac5e4 100644
--- a/apps/plugins/jackpot.c
+++ b/apps/plugins/jackpot.c
@@ -66,7 +66,7 @@ const struct picture jackpot_pictures[]={
#endif
};
-#define SLEEP_TIME (HZ/100)
+#define SLEEP_TIME (HZ/200)
#endif /* HAVE_LCD_CHARCELLS */
static struct plugin_api* rb;