summaryrefslogtreecommitdiff
path: root/firmware/include/dircache.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-11-24 22:16:07 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-11-24 22:16:07 +0000
commitad8d6031c18d131a4f63bc12110a49efb482dafe (patch)
treec9159d712bf857a98751def6b773d1ed6323f046 /firmware/include/dircache.h
parent4c43f7be0aa634904f0da2eca3d51876419aa36d (diff)
Added support for configurable rockbox directory. FS#9567 by Alex Bennee.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19208 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/dircache.h')
-rw-r--r--firmware/include/dircache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h
index 75fc4a2889..b5b1b72c40 100644
--- a/firmware/include/dircache.h
+++ b/firmware/include/dircache.h
@@ -27,8 +27,7 @@
#define DIRCACHE_RESERVE (1024*64)
#define DIRCACHE_LIMIT (1024*1024*6)
-/* FIXME: We should use ROCKBOX_DIR here but it's defined in apps/ */
-#define DIRCACHE_FILE "/.rockbox/dircache.dat"
+#define DIRCACHE_FILE ROCKBOX_DIR"/dircache.dat"
#define DIRCACHE_APPFLAG_TAGCACHE 0x0001