forked from len0rd/rockbox
Several filetypes were added (more or less) recently so the array became full on HWCODEC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24412 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e2359ac73b
commit
608aeee435
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#if CONFIG_CODEC == SWCODEC
|
||||
#define MAX_FILETYPES 128
|
||||
#else
|
||||
#define MAX_FILETYPES 48
|
||||
#define MAX_FILETYPES 64
|
||||
#endif
|
||||
|
||||
/* a table for the know file types */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue