summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 3197a45eb8..7bde847077 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2308,11 +2308,11 @@ static int bubbles_handlebuttons(struct game_context* bb, bool animblock,
2308 int buttonres; 2308 int buttonres;
2309 long start; 2309 long start;
2310 const struct button_mapping *plugin_contexts[] 2310 const struct button_mapping *plugin_contexts[]
2311#if (CONFIG_KEYPAD != SANSA_E200_PAD) && \ 2311#if (CONFIG_KEYPAD == SANSA_E200_PAD) || \
2312 (CONFIG_KEYPAD != SANSA_FUZE_PAD) 2312 (CONFIG_KEYPAD == SANSA_FUZE_PAD)
2313 = {generic_left_right_fire,generic_actions};
2314#else
2315 = {generic_directions,generic_actions}; 2313 = {generic_directions,generic_actions};
2314#else
2315 = {generic_left_right_fire,generic_actions};
2316#endif 2316#endif
2317 2317
2318 if (timeout < 0) 2318 if (timeout < 0)