1
0
Fork 0
forked from len0rd/rockbox

Upped the number of allowed filetypes for archos to get rid of the 'filetypes array' full' error msg. filetypes.c really needs fixing.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9424 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-04-02 11:58:25 +00:00
parent 598aeb04b3
commit b0b333f95e

View file

@ -44,7 +44,7 @@
#if CONFIG_CODEC == SWCODEC
#define MAX_FILETYPES 64
#else
#define MAX_FILETYPES 40
#define MAX_FILETYPES 48
#endif
/* max exttypes (extensions stored here) */