diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-03-17 04:49:55 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-03-17 04:49:55 +0000 |
| commit | 997005ece0b8b1d901a18c8d16d28ac4ad92521d (patch) | |
| tree | e1c264c42217b9b2c4f93eb6722cac18cb755fa0 /apps/plugins | |
| parent | 5c16ba4c4d5c0caf68d47e6ffb6f5a2f5923fed0 (diff) | |
| download | rockbox-997005ece0b8b1d901a18c8d16d28ac4ad92521d.zip rockbox-997005ece0b8b1d901a18c8d16d28ac4ad92521d.tar.gz rockbox-997005ece0b8b1d901a18c8d16d28ac4ad92521d.tar.bz2 rockbox-997005ece0b8b1d901a18c8d16d28ac4ad92521d.tar.xz | |
Sansa Fuze: Fix bubbles controls (scrollwheel didn't work).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20338 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/bubbles.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 1d199e8..db2439f 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -2306,7 +2306,8 @@ static int bubbles_handlebuttons(struct game_context* bb, bool animblock, int buttonres; long start; const struct button_mapping *plugin_contexts[] -#if CONFIG_KEYPAD != SANSA_E200_PAD +#if (CONFIG_KEYPAD != SANSA_E200_PAD) && \ + (CONFIG_KEYPAD != SANSA_FUZE_PAD) = {generic_left_right_fire,generic_actions}; #else = {generic_directions,generic_actions}; |