diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2017-01-17 14:45:07 -0500 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2017-01-17 15:27:47 -0500 |
| commit | 16a9f84571276a13f4cfd5c66db8cd63ce4e2e7f (patch) | |
| tree | c1a746cbf9ef8b7780b8ffd06783c75a97941373 /firmware | |
| parent | a931c76b3a46d1884e985a3bfc82b947521dab97 (diff) | |
| download | rockbox-16a9f84571276a13f4cfd5c66db8cd63ce4e2e7f.zip rockbox-16a9f84571276a13f4cfd5c66db8cd63ce4e2e7f.tar.gz rockbox-16a9f84571276a13f4cfd5c66db8cd63ce4e2e7f.tar.bz2 rockbox-16a9f84571276a13f4cfd5c66db8cd63ce4e2e7f.tar.xz | |
Reenable database ramcache and playlist dircache
Playlist dircache references should be back in working order.
Reenabling dircache references in the database ramcache is not
yet done as it requires quite a bit of rework. Otherwise, the
database in RAM is functional again.
Some buffer compatibility changes have been made for database
commit because the dircache buffer can no longer be stolen, only
freed by an API call.
Change-Id: Ib57c3e98cb23e798d4439e9da7ebd73826e733a4
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index b769b63..7346452 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -853,7 +853,7 @@ Lyre prototype 1 */ #define HAVE_DIRCACHE #endif #ifdef HAVE_TAGCACHE -//#define HAVE_TC_RAMCACHE +#define HAVE_TC_RAMCACHE #endif #endif |