summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index ed3d938fe9..2c737ce883 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -108,6 +108,12 @@ static const struct filetype inbuilt_filetypes[] = {
108#endif 108#endif
109 { "bmark",FILE_ATTR_BMARK, Icon_Bookmark, VOICE_EXT_BMARK }, 109 { "bmark",FILE_ATTR_BMARK, Icon_Bookmark, VOICE_EXT_BMARK },
110 { "cue", FILE_ATTR_CUE, Icon_Bookmark, VOICE_EXT_CUESHEET }, 110 { "cue", FILE_ATTR_CUE, Icon_Bookmark, VOICE_EXT_CUESHEET },
111#ifdef HAVE_LCD_BITMAP
112 { "sbs", FILE_ATTR_SBS, Icon_Wps, VOICE_EXT_SBS },
113#endif
114#ifdef HAVE_REMOTE_LCD
115 { "rsbs", FILE_ATTR_RSBS, Icon_Wps, VOICE_EXT_RSBS },
116#endif
111#ifdef BOOTFILE_EXT 117#ifdef BOOTFILE_EXT
112 { BOOTFILE_EXT, FILE_ATTR_MOD, Icon_Firmware, VOICE_EXT_AJZ }, 118 { BOOTFILE_EXT, FILE_ATTR_MOD, Icon_Firmware, VOICE_EXT_AJZ },
113#endif 119#endif