mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
gui/videosettings.cpp: fix analog output options on zee2
This commit is contained in:
@@ -247,7 +247,7 @@ int CVideoSettings::showVideoSetup()
|
||||
else if (system_rev > 0x06)
|
||||
{
|
||||
#ifdef ANALOG_MODE
|
||||
if (system_rev == 9 || system_rev == 11) { // Tank, Trinity.
|
||||
if (system_rev == 9 || system_rev == 11 || system_rev == 12) { // Tank, Trinity, Zee2
|
||||
vs_analg_ch = new CMenuOptionChooser(LOCALE_VIDEOMENU_ANALOG_MODE, &g_settings.analog_mode1, VIDEOMENU_VIDEOSIGNAL_TANK_OPTIONS, VIDEOMENU_VIDEOSIGNAL_TANK_OPTION_COUNT, true, this);
|
||||
vs_analg_ch->setHint("", LOCALE_MENU_HINT_VIDEO_ANALOG_MODE);
|
||||
} else
|
||||
|
Reference in New Issue
Block a user