summaryrefslogtreecommitdiff
path: root/apps/plugins
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/plugins
parent5c98fc29e98996c4e43bd76dd49a8d9456b628b0 (diff)
downloadrockbox-d1af1c0c3c996a8a81856826f723faebca268d50.tar.gz
rockbox-d1af1c0c3c996a8a81856826f723faebca268d50.zip
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/plugins')
-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 865b4e1084..8dac5e4f7a 100644
--- a/apps/plugins/jackpot.c
+++ b/apps/plugins/jackpot.c
@@ -66,7 +66,7 @@ const struct picture jackpot_pictures[]={
66#endif 66#endif
67}; 67};
68 68
69#define SLEEP_TIME (HZ/100) 69#define SLEEP_TIME (HZ/200)
70#endif /* HAVE_LCD_CHARCELLS */ 70#endif /* HAVE_LCD_CHARCELLS */
71 71
72static struct plugin_api* rb; 72static struct plugin_api* rb;