GUI boost for any button

It improve responsiveness for all targets with frequency scaling.

Change-Id: I72c94daf58cee10c1772decbd0443856c111cc47
This commit is contained in:
Mihail Zenkov 2016-03-18 23:34:57 +00:00 committed by Gerrit Rockbox
parent 123346b86a
commit fe9a3ceb0e
4 changed files with 7 additions and 3 deletions

View file

@ -97,6 +97,8 @@
/* define this if the target has volume keys which can be used in the lists */
#define HAVE_VOLUME_IN_LIST
#define HAVE_GUI_BOOST
/* Define this if you do software codec */
#define CONFIG_CODEC SWCODEC
/* There is no hardware tone control */

View file

@ -93,6 +93,8 @@
/* define this if the target has volume keys which can be used in the lists */
#define HAVE_VOLUME_IN_LIST
#define HAVE_GUI_BOOST
/* Define this if you do software codec */
#define CONFIG_CODEC SWCODEC
/* There is no hardware tone control */

View file

@ -92,6 +92,8 @@
/* define this if the target has volume keys which can be used in the lists */
#define HAVE_VOLUME_IN_LIST
#define HAVE_GUI_BOOST
/* Define this if you do software codec */
#define CONFIG_CODEC SWCODEC
/* There is no hardware tone control */