1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2007-05-15 14:08:17 +00:00
parent 6ddc38c021
commit 4bf27eccdd

View file

@ -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