summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/bubbles.c3
1 files changed, 2 insertions, 1 deletions
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,
2306 int buttonres; 2306 int buttonres;
2307 long start; 2307 long start;
2308 const struct button_mapping *plugin_contexts[] 2308 const struct button_mapping *plugin_contexts[]
2309#if CONFIG_KEYPAD != SANSA_E200_PAD 2309#if (CONFIG_KEYPAD != SANSA_E200_PAD) && \
2310 (CONFIG_KEYPAD != SANSA_FUZE_PAD)
2310 = {generic_left_right_fire,generic_actions}; 2311 = {generic_left_right_fire,generic_actions};
2311#else 2312#else
2312 = {generic_directions,generic_actions}; 2313 = {generic_directions,generic_actions};