summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 91ffb3ed90..b67af46bd7 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -64,6 +64,7 @@ struct user_settings
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) */ 66 int ff_rewind; /* FF/Rewind step size (in seconds) */
67 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
67 int disk_spindown; /* time until disk spindown, in seconds (0=off) */ 68 int disk_spindown; /* time until disk spindown, in seconds (0=off) */
68 69
69 /* while playing screen settings */ 70 /* while playing screen settings */
@@ -78,7 +79,6 @@ struct user_settings
78 79
79 /* geeky persistent statistics */ 80 /* geeky persistent statistics */
80 unsigned int total_uptime; /* total uptime since rockbox was first booted */ 81 unsigned int total_uptime; /* total uptime since rockbox was first booted */
81
82}; 82};
83 83
84/* prototypes */ 84/* prototypes */
@@ -116,5 +116,6 @@ extern struct user_settings global_settings;
116#define DEFAULT_BACKLIGHT_SETTING 5 116#define DEFAULT_BACKLIGHT_SETTING 5
117#define DEFAULT_WPS_DISPLAY 0 117#define DEFAULT_WPS_DISPLAY 0
118#define DEFAULT_FF_REWIND_SETTING 2 118#define DEFAULT_FF_REWIND_SETTING 2
119#define DEFAULT_FF_REWIND_ACCEL_SETTING 3
119 120
120#endif /* __SETTINGS_H__ */ 121#endif /* __SETTINGS_H__ */