From 997005ece0b8b1d901a18c8d16d28ac4ad92521d Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 17 Mar 2009 04:49:55 +0000 Subject: Sansa Fuze: Fix bubbles controls (scrollwheel didn't work). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20338 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 1d199e80b2..db2439f99d 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}; -- cgit v1.2.3