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 39dabc72ce..276a8b3f87 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -145,6 +145,13 @@ extern const char * const trig_durations[TRIG_DURATION_COUNT];
145#define HAVE_LCD_CONTRAST 145#define HAVE_LCD_CONTRAST
146#endif 146#endif
147 147
148#if CONFIG_CODEC == SWCODEC
149#define MAX_FILETYPES 128
150#else
151#define MAX_FILETYPES 48
152#endif
153
154
148/* repeat mode options */ 155/* repeat mode options */
149enum 156enum
150{ 157{
@@ -308,6 +315,7 @@ struct system_status
308 relative to MIN_FREQ */ 315 relative to MIN_FREQ */
309#endif 316#endif
310 char last_screen; 317 char last_screen;
318 int filetype_count;
311 int viewer_icon_count; 319 int viewer_icon_count;
312}; 320};
313 321