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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index 09d7186..d07f955 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -54,9 +54,9 @@ enum { /* convenience macro to have both virtual pointer and ID as arguments */ #define STR(id) ID2P(id), id -/* publish this string, so it's stored only once (better than #define) */ +/* publish these strings, so they're stored only once (better than #define) */ extern const char* const dir_thumbnail_name; /* "_dirname.talk" */ -#define TALK_EXT ".talk" /* extra extension for file voicing */ +extern const char* const file_thumbnail_ext; /* ".talk" for file voicing */ void talk_init(void); int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */ -- cgit v1.1