After much debating, it has been decided to name talkbox clips "_dirname.talk". Please either bulk-rename your clips, or delete and re-generate them with an updated script.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4687 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4b3d553b3b
commit
267d8ebd89
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ extern void bitswap(unsigned char *data, int length); /* no header for this */
|
|||
|
||||
#define QUEUE_SIZE 64 /* must be a power of two */
|
||||
#define QUEUE_MASK (QUEUE_SIZE-1)
|
||||
const char* dir_thumbnail_name = ".dirname.tbx";
|
||||
const char* dir_thumbnail_name = "_dirname.talk";
|
||||
|
||||
/***************** Functional Macros *****************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue