summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_settings.h')
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.h b/apps/plugins/mpegplayer/mpeg_settings.h
index 6c8b69a4ce..0910116615 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.h
+++ b/apps/plugins/mpegplayer/mpeg_settings.h
@@ -62,6 +62,7 @@ enum mpeg_setting_id
62 MPEG_SETTING_DISPLAY_SETTINGS, 62 MPEG_SETTING_DISPLAY_SETTINGS,
63 MPEG_SETTING_AUDIO_SETTINGS, 63 MPEG_SETTING_AUDIO_SETTINGS,
64 MPEG_SETTING_ENABLE_START_MENU, 64 MPEG_SETTING_ENABLE_START_MENU,
65 MPEG_SETTING_PLAY_MODE,
65 MPEG_SETTING_CLEAR_RESUMES, 66 MPEG_SETTING_CLEAR_RESUMES,
66}; 67};
67 68
@@ -83,6 +84,7 @@ struct mpeg_settings {
83#if MPEG_OPTION_DITHERING_ENABLED 84#if MPEG_OPTION_DITHERING_ENABLED
84 int displayoptions; 85 int displayoptions;
85#endif 86#endif
87 int play_mode; /* play single file or all files in directory */
86 /* Audio options - simple on/off specification */ 88 /* Audio options - simple on/off specification */
87 int tone_controls; 89 int tone_controls;
88 int channel_modes; 90 int channel_modes;