mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user