summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 36cf4930e1..91ffb3ed90 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -63,6 +63,8 @@ struct user_settings
63 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */ 63 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */
64 int scroll_speed; /* long texts scrolling speed: 1-20 */ 64 int scroll_speed; /* long texts scrolling speed: 1-20 */
65 bool playlist_shuffle; 65 bool playlist_shuffle;
66 int ff_rewind; /* FF/Rewind step size (in seconds) */
67 int disk_spindown; /* time until disk spindown, in seconds (0=off) */
66 68
67 /* while playing screen settings */ 69 /* while playing screen settings */
68 int wps_display; /* 0=id3, 1=file, 2=parse */ 70 int wps_display; /* 0=id3, 1=file, 2=parse */
@@ -77,8 +79,6 @@ struct user_settings
77 /* geeky persistent statistics */ 79 /* geeky persistent statistics */
78 unsigned int total_uptime; /* total uptime since rockbox was first booted */ 80 unsigned int total_uptime; /* total uptime since rockbox was first booted */
79 81
80 /* FF/Rewind step size (in seconds) */
81 int ff_rewind;
82}; 82};
83 83
84/* prototypes */ 84/* prototypes */