fix compil without PIP

This commit is contained in:
Jacek Jendrzej
2021-10-16 13:38:57 +02:00
parent 277a81e9a8
commit 8b9cd71a38

View File

@@ -1527,9 +1527,11 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
g_settings.key_switchformat = CRCInput::RC_nokey;
g_settings.key_next43mode = CRCInput::RC_nokey;
#if ENABLE_PIP
g_settings.key_pip_close = CRCInput::RC_prev;
g_settings.key_pip_setup = CRCInput::RC_nokey;
g_settings.key_pip_swap = CRCInput::RC_next;
#endif
}
if (g_settings.version_pseudo < "20210331000000")
{