forked from len0rd/rockbox
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
This commit is contained in:
parent
66e8fc0f0d
commit
cacc64a4fe
4 changed files with 16 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue