1
0
Fork 0
forked from len0rd/rockbox

Loudness, Superbass and sorting patch by Heikki Hannikainen

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1401 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-22 16:39:17 +00:00
parent e0d88a11d9
commit c132c48677
7 changed files with 119 additions and 9 deletions

View file

@ -43,6 +43,11 @@ static void mp3_filter(void)
set_bool( "[MP3/M3U filter]", &global_settings.mp3filter );
}
static void sort_case(void)
{
set_bool( "[Sort case sensitive]", &global_settings.sort_case );
}
static void backlight_timer(void)
{
set_int( "[Backlight]", "s", &global_settings.backlight,
@ -68,6 +73,7 @@ void settings_menu(void)
struct menu_items items[] = {
{ "Shuffle", shuffle },
{ "MP3/M3U filter", mp3_filter },
{ "Sort mode", sort_case },
{ "Backlight Timer", backlight_timer },
{ "Scroll speed", scroll_speed },
{ "While Playing", wps_set },