forked from len0rd/rockbox
increase filetypes array a bit, should now have some room for the future... But that doesn't mean that if you add a filetype, you shouldn't check this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14248 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ed6fadaf1
commit
f3498db0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
/* max filetypes (plugins & icons stored here) */
|
/* max filetypes (plugins & icons stored here) */
|
||||||
#if CONFIG_CODEC == SWCODEC
|
#if CONFIG_CODEC == SWCODEC
|
||||||
#define MAX_FILETYPES 75
|
#define MAX_FILETYPES 80
|
||||||
#else
|
#else
|
||||||
#define MAX_FILETYPES 48
|
#define MAX_FILETYPES 48
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue