mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Enlarge the button post interval against audio drop outs, Too many lcd updates
per seconds apparently don't very well. Not sure if it's the hardware or our threading that doesn't play well enough here (UI isn't less response despite of the audio drop outs). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28144 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
54a81076bc
commit
b2872c616c
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ static bool phones_present = false;
|
||||||
* So, on touchscreen we don't want to artifically slow down early repeats,
|
* So, on touchscreen we don't want to artifically slow down early repeats,
|
||||||
* it'd have the contrary effect of making rockbox appear lagging
|
* it'd have the contrary effect of making rockbox appear lagging
|
||||||
*/
|
*/
|
||||||
#define REPEAT_INTERVAL_START (3*HZ/100)
|
#define REPEAT_INTERVAL_START (5*HZ/100)
|
||||||
#define REPEAT_INTERVAL_FINISH (3*HZ/100)
|
#define REPEAT_INTERVAL_FINISH (5*HZ/100)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_BUTTON_DATA
|
#ifdef HAVE_BUTTON_DATA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue