summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
commit7c4e0c8730d5b076d4db4206361bc38d5256a23f (patch)
tree43382ae25de9bfa0bbabdff7d51c32b651ad47b5 /apps/settings.h
parent50d40ea43409745bc828e56af5e3879ea6b48cf1 (diff)
downloadrockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.tar.gz
rockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.zip
Initial version of tagcache! There are still some bugs in the engine
and much more problems with the UI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 424341f340..fb8e11ffde 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -419,6 +419,7 @@ struct user_settings
419#ifdef HAVE_DIRCACHE 419#ifdef HAVE_DIRCACHE
420 bool dircache; /* enable directory cache */ 420 bool dircache; /* enable directory cache */
421 int dircache_size; /* directory cache structure last size, 22 bits */ 421 int dircache_size; /* directory cache structure last size, 22 bits */
422 bool tagcache_ram; /* tag cache mode (0=disabled,1=disk,2=ram) */
422#endif 423#endif
423 int default_codepage; /* set default codepage for tag conversion */ 424 int default_codepage; /* set default codepage for tag conversion */
424#ifdef HAVE_REMOTE_LCD 425#ifdef HAVE_REMOTE_LCD