Fix the 'Gather Runtime Data' language string on HWCODEC which accidentally got disabled in r28943. Patch taken from FS#11748, author: Michael Hohmuth.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29035 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9ef9904fa5
commit
820bfb2d27
1 changed files with 2 additions and 1 deletions
|
@ -1261,9 +1261,10 @@ const struct settings_list settings[] = {
|
|||
BOOL_SETTING(0, autoresume_enable, LANG_AUTORESUME_ENABLE, false,
|
||||
"autoresume enable", off_on,
|
||||
LANG_AUTORESUME_ENABLE_YES, LANG_SET_BOOL_NO, NULL),
|
||||
#endif
|
||||
|
||||
OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false,
|
||||
"gather runtime data", NULL),
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
|
|
Loading…
Reference in a new issue