summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index f306f4b0de..b83b120a37 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -277,6 +277,7 @@ struct system_status
277 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units, 277 int last_frequency; /* Last frequency for resuming, in FREQ_STEP units,
278 relative to MIN_FREQ */ 278 relative to MIN_FREQ */
279#endif 279#endif
280 char last_screen;
280}; 281};
281 282
282struct user_settings 283struct user_settings
@@ -684,6 +685,7 @@ struct user_settings
684 /* Encoder Settings End */ 685 /* Encoder Settings End */
685#endif /* CONFIG_CODEC == SWCODEC */ 686#endif /* CONFIG_CODEC == SWCODEC */
686 bool cuesheet; 687 bool cuesheet;
688 int start_in_screen;
687}; 689};
688 690
689/** global variables **/ 691/** global variables **/