Fix FS#12024. Scroll acceleration did not work -- at least reported for iRiver H10 -- caused by too short duration for button repeat recognition.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29642 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
26f63070c2
commit
afe6ee4300
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ static bool wait_for_release = false;
|
|||
static bool short_press = false;
|
||||
#endif
|
||||
|
||||
#define REPEAT_WINDOW_TICKS HZ/10
|
||||
#define REPEAT_WINDOW_TICKS HZ/4
|
||||
static int last_action_tick = 0;
|
||||
|
||||
/* software keylock stuff */
|
||||
|
|
Loading…
Reference in a new issue