diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-18 10:12:16 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-18 10:12:16 +0000 |
commit | 78ea93d8698fb240c02b0d430966452a3d1ff3c9 (patch) | |
tree | 54384ea861238a1d66dbef6baffa9893c6a816fc /apps/settings.h | |
parent | c3a30409dd9de6eecee039e9f40ab89e7c2eb74f (diff) |
Added play_selected option, and moved browse_current
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2322 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 6ed0b167f4..d03a5f688e 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -81,6 +81,7 @@ struct user_settings bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */ int scroll_speed; /* long texts scrolling speed: 1-30 */ bool playlist_shuffle; + bool play_selected; /* Plays selected file even in shuffle mode */ int ff_rewind_min_step; /* FF/Rewind minimum step size */ int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ int disk_spindown; /* time until disk spindown, in seconds (0=off) */ |