forked from len0rd/rockbox
Finally submit GUI boost (FS#8668). With this change the CPU is boosted (with a 1 second timeout) on scrollwheel activity in the list, main menu, tree and std context. For now GUI boost is only enabled on scrollwheel targets. The code can easily be enhanced to work with other targets as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30967 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
312b2a2de7
commit
f1ee740f2b
16 changed files with 83 additions and 0 deletions
|
|
@ -78,6 +78,9 @@
|
|||
|
||||
#define CONFIG_KEYPAD SANSA_E200_PAD
|
||||
|
||||
/* Define this to have CPU boosted while scrolling in the UI */
|
||||
#define HAVE_GUI_BOOST
|
||||
|
||||
/* Define this to enable morse code input */
|
||||
#define HAVE_MORSE_INPUT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue