summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 39dabc7..276a8b3 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -145,6 +145,13 @@ extern const char * const trig_durations[TRIG_DURATION_COUNT];
#define HAVE_LCD_CONTRAST
#endif
+#if CONFIG_CODEC == SWCODEC
+#define MAX_FILETYPES 128
+#else
+#define MAX_FILETYPES 48
+#endif
+
+
/* repeat mode options */
enum
{
@@ -308,6 +315,7 @@ struct system_status
relative to MIN_FREQ */
#endif
char last_screen;
+ int filetype_count;
int viewer_icon_count;
};