From 73e31d1af363905af315c9570a74744153f02c5c Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sat, 18 Nov 2006 11:16:53 +0000 Subject: fix ondios again. Add a context for left/right/fire actions which seems to work well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11546 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/bubbles.c') diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index efc32f8a85..254539603f 100755 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -2337,7 +2337,7 @@ static int bubbles_handlebuttons(struct game_context* bb, bool animblock, int buttonres; long start; const struct button_mapping *plugin_contexts[] - = {generic_directions,generic_actions}; + = {generic_left_right_fire,generic_actions}; button = pluginlib_getaction(rb,timeout,plugin_contexts,2); #ifdef HAS_BUTTON_HOLD @@ -2417,7 +2417,7 @@ static int bubbles(struct game_context* bb) { bool showscores = false; long timeout; const struct button_mapping *plugin_contexts[] - = {generic_directions,generic_actions}; + = {generic_actions,generic_directions}; bubbles_setcolors(); -- cgit v1.2.3