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:
parent
6ddc38c021
commit
4bf27eccdd
1 changed files with 4 additions and 0 deletions
|
|
@ -1271,6 +1271,10 @@ int solitaire( void )
|
||||||
|
|
||||||
/* what to do when a key is pressed ... */
|
/* what to do when a key is pressed ... */
|
||||||
button = rb->button_get( true );
|
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 )
|
switch( button )
|
||||||
{
|
{
|
||||||
/* move cursor to the last card of the previous column
|
/* move cursor to the last card of the previous column
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue