summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/filetypes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 1449f168e6..6548d46fdb 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -42,9 +42,9 @@
42 42
43/* max filetypes (plugins & icons stored here) */ 43/* max filetypes (plugins & icons stored here) */
44#if CONFIG_CODEC == SWCODEC 44#if CONFIG_CODEC == SWCODEC
45#define MAX_FILETYPES 128 45#define MAX_FILETYPES 192
46#else 46#else
47#define MAX_FILETYPES 64 47#define MAX_FILETYPES 128
48#endif 48#endif
49 49
50/* a table for the know file types */ 50/* a table for the know file types */