forked from len0rd/rockbox
Sansa Fuze: Fix bubbles controls (scrollwheel didn't work).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20338 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c16ba4c4d
commit
997005ece0
1 changed files with 2 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue