ci "extra high" added

Conflicts:
	src/gui/cam_menu.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: e005f3e654
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)



------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2020-01-18 00:07:39 +01:00
committed by vanhofen
parent 5f2bcc66c0
commit 2d280c0041
5 changed files with 13 additions and 0 deletions

View File

@@ -73,11 +73,20 @@ const CMenuOptionChooser::keyval OPTIONS_CI_MODE_OPTIONS[] =
};
#define OPTIONS_CI_MODE_OPTION_COUNT (sizeof(OPTIONS_CI_MODE_OPTIONS)/sizeof(CMenuOptionChooser::keyval))
#if BOXMODEL_VUPLUS_ALL
#define CI_CLOCK_OPTION_COUNT 3
static const CMenuOptionChooser::keyval CI_CLOCK_OPTIONS[CI_CLOCK_OPTION_COUNT] = {
{ 6, LOCALE_CI_CLOCK_NORMAL },
{ 7, LOCALE_CI_CLOCK_HIGH },
{ 12, LOCALE_CI_CLOCK_EXTRA_HIGH }
};
#else
#define CI_CLOCK_OPTION_COUNT 2
static const CMenuOptionChooser::keyval CI_CLOCK_OPTIONS[CI_CLOCK_OPTION_COUNT] = {
{ 6, LOCALE_CI_CLOCK_NORMAL },
{ 7, LOCALE_CI_CLOCK_HIGH }
};
#endif
void CCAMMenuHandler::init(void)
{