1
0
Fork 0
forked from len0rd/rockbox

Increase filetypes array to make room for our latest supported audioformat

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13777 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2007-07-03 17:45:54 +00:00
parent c09fcc48c6
commit 98d4e09094

View file

@ -43,7 +43,7 @@
/* max filetypes (plugins & icons stored here) */
#if CONFIG_CODEC == SWCODEC
#define MAX_FILETYPES 72
#define MAX_FILETYPES 73
#else
#define MAX_FILETYPES 48
#endif