diff options
author | Magnus Holmgren <magnushol@gmail.com> | 2010-04-24 14:10:28 +0000 |
---|---|---|
committer | Magnus Holmgren <magnushol@gmail.com> | 2010-04-24 14:10:28 +0000 |
commit | d38093de2f96e5600e944edb20b626b494bd3717 (patch) | |
tree | 8f1ddab1488ae1e734a84e00f5aaff6230d98620 /apps/settings_list.c | |
parent | 2970eb5b4c1cc2c3a1a8ff98f13ff2e4010464c3 (diff) |
FS#11099 - Rewind before resume
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25706 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r-- | apps/settings_list.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index d52a82f8cc..044f9e8066 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -1683,6 +1683,12 @@ const struct settings_list settings[] = { #endif ID2P(LANG_ONPLAY_OPEN_WITH), ID2P(LANG_DELETE), ID2P(LANG_INSERT)), #endif + +#if CONFIG_CODEC == SWCODEC + INT_SETTING(0, resume_rewind, LANG_RESUME_REWIND, 0, + "resume rewind", UNIT_SEC, 0, 60, 5, + NULL, NULL, NULL), +#endif }; const int nb_settings = sizeof(settings)/sizeof(*settings); |