mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
neutrino: force new keys for pip
Origin commit data
------------------
Commit: ebeb02309c
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Origin message was:
------------------
- neutrino: force new keys for pip
This commit is contained in:
@@ -1439,6 +1439,16 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
|
|||||||
g_settings.glcd_enable = 0;
|
g_settings.glcd_enable = 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
if (g_settings.version_pseudo < "20212344000000")
|
||||||
|
{
|
||||||
|
// force new keys for pip
|
||||||
|
g_settings.key_switchformat = CRCInput::RC_nokey;
|
||||||
|
g_settings.key_next43mode = CRCInput::RC_nokey;
|
||||||
|
|
||||||
|
g_settings.key_pip_close = CRCInput::RC_prev;
|
||||||
|
g_settings.key_pip_setup = CRCInput::RC_nokey;
|
||||||
|
g_settings.key_pip_swap = CRCInput::RC_next;
|
||||||
|
}
|
||||||
|
|
||||||
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
|
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
|
||||||
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
||||||
|
@@ -1 +1 @@
|
|||||||
#define NEUTRINO_VERSION_PSEUDO "20201220000000"
|
#define NEUTRINO_VERSION_PSEUDO "20212344000000"
|
||||||
|
Reference in New Issue
Block a user