diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-22 16:39:17 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-22 16:39:17 +0000 |
| commit | c132c486771cd72ef7aea70eeb8876a6481efbc6 (patch) | |
| tree | 9d2b4a2030231d5d2b6842a0715443cb8395eaa8 /apps/settings.h | |
| parent | e0d88a11d9e0d8c29fc1cea507f7ebdf1e07bf7a (diff) | |
| download | rockbox-c132c486771cd72ef7aea70eeb8876a6481efbc6.zip rockbox-c132c486771cd72ef7aea70eeb8876a6481efbc6.tar.gz rockbox-c132c486771cd72ef7aea70eeb8876a6481efbc6.tar.bz2 rockbox-c132c486771cd72ef7aea70eeb8876a6481efbc6.tar.xz | |
Loudness, Superbass and sorting patch by Heikki Hannikainen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1401 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h index d47c9b8..3921fb1 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -52,8 +52,9 @@ struct user_settings /* misc options */ - int loop_playlist; /* do we return to top of playlist at end? */ - bool mp3filter; + int loop_playlist; /* do we return to top of playlist at end? */ + bool mp3filter; /* only display mp3/m3u files and dirs in directory? */ + bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */ int scroll_speed; /* long texts scrolling speed: 1-20 */ bool playlist_shuffle; |