summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 50f38cab50..20b0408dfd 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -359,6 +359,9 @@ struct user_settings
359 bool dircache; /* enable directory cache */ 359 bool dircache; /* enable directory cache */
360 int dircache_size; /* directory cache structure last size, 22 bits */ 360 int dircache_size; /* directory cache structure last size, 22 bits */
361#endif 361#endif
362#ifdef HAVE_REMOTE_LCD
363 unsigned char rwps_file[MAX_FILENAME+1]; /* last remote-wps */
364#endif
362}; 365};
363 366
364enum optiontype { INT, BOOL }; 367enum optiontype { INT, BOOL };
@@ -443,7 +446,7 @@ enum
443 * must be added after NUM_FILTER_MODES. */ 446 * must be added after NUM_FILTER_MODES. */
444enum { SHOW_ALL, SHOW_SUPPORTED, SHOW_MUSIC, SHOW_PLAYLIST, SHOW_ID3DB, 447enum { SHOW_ALL, SHOW_SUPPORTED, SHOW_MUSIC, SHOW_PLAYLIST, SHOW_ID3DB,
445 NUM_FILTER_MODES, 448 NUM_FILTER_MODES,
446 SHOW_WPS, SHOW_CFG, SHOW_LNG, SHOW_MOD, SHOW_FONT, SHOW_PLUGINS}; 449 SHOW_WPS, SHOW_RWPS, SHOW_CFG, SHOW_LNG, SHOW_MOD, SHOW_FONT, SHOW_PLUGINS};
447 450
448/* recursive dir insert options */ 451/* recursive dir insert options */
449enum { RECURSE_OFF, RECURSE_ON, RECURSE_ASK }; 452enum { RECURSE_OFF, RECURSE_ON, RECURSE_ASK };