rework screen A/B settings

Origin commit data
------------------
Commit: a150e64ef8
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-03-31 (Wed, 31 Mar 2021)
This commit is contained in:
BPanther
2021-03-31 17:38:22 +02:00
committed by vanhofen
parent 72324d7472
commit e574f88490
6 changed files with 112 additions and 107 deletions

View File

@@ -424,8 +424,8 @@ int COsdSetup::exec(CMenuTarget* parent, const std::string &actionKey)
#define OSD_PRESET_OPTIONS_COUNT 2
const CMenuOptionChooser::keyval_ext OSD_PRESET_OPTIONS[] =
{
{ COsdSetup::PRESET_LCD, LOCALE_OSD_PRESET_SCREEN_A },
{ COsdSetup::PRESET_CRT, LOCALE_OSD_PRESET_SCREEN_B }
{ COsdSetup::PRESET_LCD_A, LOCALE_OSD_PRESET_SCREEN_A },
{ COsdSetup::PRESET_LCD_B, LOCALE_OSD_PRESET_SCREEN_B }
};
#define INFOBAR_CASYSTEM_MODE_OPTION_COUNT 4