diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2011-01-02 03:48:40 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2011-01-02 03:48:40 +0000 |
| commit | cacc64a4feef33dfd2aef2a1092f110ac196382b (patch) | |
| tree | baddda51b0d0aa7ea973ce02dc199a7acb064cc3 /apps/settings_list.c | |
| parent | 66e8fc0f0d05d926a90e8d9991f78b7a855eb7f3 (diff) | |
| download | rockbox-cacc64a4feef33dfd2aef2a1092f110ac196382b.zip rockbox-cacc64a4feef33dfd2aef2a1092f110ac196382b.tar.gz rockbox-cacc64a4feef33dfd2aef2a1092f110ac196382b.tar.bz2 rockbox-cacc64a4feef33dfd2aef2a1092f110ac196382b.tar.xz | |
Blind commit a 'fix' for automatic resume on HWCODEC since I don't understand HWCODEC and have no way to test builds for it. For now just disable it. In the long term it would be nice to support this on HWCODEC, or failing that, clean this up a little more.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28943 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
| -rw-r--r-- | apps/settings_list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index 3da5f1d..39de65c 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -1257,11 +1257,13 @@ const struct settings_list settings[] = { ID2P(LANG_RANDOM)), #ifdef HAVE_TAGCACHE +#if CONFIG_CODEC == SWCODEC BOOL_SETTING(0, autoresume_enable, LANG_AUTORESUME_ENABLE, false, "autoresume enable", off_on, LANG_AUTORESUME_ENABLE_YES, LANG_SET_BOOL_NO, NULL), OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false, "gather runtime data", NULL), +#endif #endif #if CONFIG_CODEC == SWCODEC |