mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
gui/videosettings.cpp: add option to enable/disable SD OSD on apollo
This commit is contained in:
@@ -1260,6 +1260,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_VIDEO_PIP,
|
||||
LOCALE_MENU_HINT_VIDEO_SATURATION,
|
||||
LOCALE_MENU_HINT_VIDEO_SCART_MODE,
|
||||
LOCALE_MENU_HINT_VIDEO_SDOSD,
|
||||
LOCALE_MENU_HINT_VOLUME,
|
||||
LOCALE_MENU_HINT_VOLUME_DIGITS,
|
||||
LOCALE_MENU_HINT_VOLUME_POS,
|
||||
@@ -2120,6 +2121,7 @@ typedef enum
|
||||
LOCALE_VIDEOMENU_SATURATION,
|
||||
LOCALE_VIDEOMENU_SCART,
|
||||
LOCALE_VIDEOMENU_SCREENSETUP,
|
||||
LOCALE_VIDEOMENU_SDOSD,
|
||||
LOCALE_VIDEOMENU_SHARPNESS,
|
||||
LOCALE_VIDEOMENU_TV_SCART,
|
||||
LOCALE_VIDEOMENU_VCRSIGNAL,
|
||||
|
@@ -1260,6 +1260,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_video_pip",
|
||||
"menu.hint_video_saturation",
|
||||
"menu.hint_video_scart_mode",
|
||||
"menu.hint_video_sdosd",
|
||||
"menu.hint_volume",
|
||||
"menu.hint_volume_digits",
|
||||
"menu.hint_volume_pos",
|
||||
@@ -2120,6 +2121,7 @@ const char * locale_real_names[] =
|
||||
"videomenu.saturation",
|
||||
"videomenu.scart",
|
||||
"videomenu.screensetup",
|
||||
"videomenu.sdosd",
|
||||
"videomenu.sharpness",
|
||||
"videomenu.tv-scart",
|
||||
"videomenu.vcrsignal",
|
||||
|
@@ -59,6 +59,7 @@ struct SNeutrinoSettings
|
||||
int brightness;
|
||||
int contrast;
|
||||
int saturation;
|
||||
int enable_sd_osd;
|
||||
#endif
|
||||
char current_volume;
|
||||
int current_volume_step;
|
||||
|
Reference in New Issue
Block a user