mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Several filetypes were added (more or less) recently so the array became full on HWCODEC.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_5@24413 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c7bccafacf
commit
d0a4460fbe
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