summaryrefslogtreecommitdiff
path: root/firmware/include
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include')
-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 75fc4a2..b5b1b72 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