mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
neutrino: add setting for a simple resolution display
this enables the "simple" display that only shows "SD" and "HD" (This originated on the dbox2world forum, I'm not sure who the original author was). git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@968 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -574,6 +574,8 @@ typedef enum {
|
||||
LOCALE_MISCSETTINGS_INFOBAR_DISP_LOG,
|
||||
LOCALE_MISCSETTINGS_INFOBAR_SAT_DISPLAY,
|
||||
LOCALE_MISCSETTINGS_INFOBAR_SHOW,
|
||||
LOCALE_MISCSETTINGS_INFOBAR_SHOW_RES,
|
||||
LOCALE_MISCSETTINGS_INFOBAR_SHOW_RES_SIMPLE,
|
||||
LOCALE_MISCSETTINGS_INFOBAR_SHOW_VAR_HDD,
|
||||
LOCALE_MISCSETTINGS_SHOW_INFOMENU,
|
||||
LOCALE_MISCSETTINGS_SHUTDOWN_COUNT,
|
||||
|
@@ -574,6 +574,8 @@ const char *locale_real_names[] = {
|
||||
"miscsettings.infobar_disp_log",
|
||||
"miscsettings.infobar_sat_display",
|
||||
"miscsettings.infobar_show",
|
||||
"miscsettings.infobar_show_res",
|
||||
"miscsettings.infobar_show_res_simple",
|
||||
"miscsettings.infobar_show_var_hdd",
|
||||
"miscsettings.show_infomenu",
|
||||
"miscsettings.shutdown_count",
|
||||
|
@@ -73,6 +73,7 @@ struct SNeutrinoSettings
|
||||
int volume_pos;
|
||||
int menu_pos;
|
||||
int infobar_show_var_hdd;
|
||||
int infobar_show_res;
|
||||
//audio
|
||||
int audio_AnalogMode;
|
||||
int audio_DolbyDigital;
|
||||
|
Reference in New Issue
Block a user