Fix a bug where targets which have a software keylock couldnt seek in the wps easily.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a8a3a0dcbe
commit
bb555d00fc
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ bool ffwd_rew(int button)
|
|||
break;
|
||||
}
|
||||
if (!exit)
|
||||
button = get_action(CONTEXT_WPS,TIMEOUT_BLOCK);
|
||||
button = get_action(CONTEXT_WPS|ALLOW_SOFTLOCK,TIMEOUT_BLOCK);
|
||||
}
|
||||
return usb;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue