From 4bf27eccdd91c9999e1bcbfe6350193498e30e96 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 15 May 2007 14:08:17 +0000 Subject: another LAME for colombo... fix the sansa wheel; in solitaire git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13391 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/solitaire.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index 85d4efd3a9..9dbeaebfa4 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -1271,6 +1271,10 @@ int solitaire( void ) /* what to do when a key is pressed ... */ button = rb->button_get( true ); +#if (CONFIG_KEYPAD == SANSA_E200_PAD) + if (button&(BUTTON_SCROLL_UP|BUTTON_SCROLL_DOWN)) + button = button & (~BUTTON_REPEAT); +#endif switch( button ) { /* move cursor to the last card of the previous column -- cgit