forked from len0rd/rockbox
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
This commit is contained in:
parent
5c98fc29e9
commit
d1af1c0c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ const struct picture jackpot_pictures[]={
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#define SLEEP_TIME (HZ/100)
|
#define SLEEP_TIME (HZ/200)
|
||||||
#endif /* HAVE_LCD_CHARCELLS */
|
#endif /* HAVE_LCD_CHARCELLS */
|
||||||
|
|
||||||
static struct plugin_api* rb;
|
static struct plugin_api* rb;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue