mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
gui/videosettings.cpp: fix analog output options on zee2
Origin commit data
------------------
Commit: 9700fbcf23
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-06 (Thu, 06 Nov 2014)
This commit is contained in:
@@ -247,7 +247,7 @@ int CVideoSettings::showVideoSetup()
|
|||||||
else if (system_rev > 0x06)
|
else if (system_rev > 0x06)
|
||||||
{
|
{
|
||||||
#ifdef ANALOG_MODE
|
#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 = 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);
|
vs_analg_ch->setHint("", LOCALE_MENU_HINT_VIDEO_ANALOG_MODE);
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user