From 40ae63b4fcf57da3f70e342230ef81cb3b903d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohensohn?= Date: Thu, 21 Oct 2004 18:34:48 +0000 Subject: Improvement for talking filenames: While loading the directory, already cache for which files are clips available. This avoids unsuccessful spinups while browsing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5317 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/talk.c') diff --git a/apps/talk.c b/apps/talk.c index 7cfcb46..db52afc 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -39,6 +39,7 @@ #define QUEUE_SIZE 64 /* must be a power of two */ #define QUEUE_MASK (QUEUE_SIZE-1) const char* const dir_thumbnail_name = "_dirname.talk"; +const char* const file_thumbnail_ext = ".talk"; /***************** Functional Macros *****************/ -- cgit v1.1