mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
correct some CEC Events
Origin commit data
------------------
Commit: ae6fa1e16f
Author: TangoCash <eric@loxat.de>
Date: 2018-10-14 (Sun, 14 Oct 2018)
This commit is contained in:
@@ -705,7 +705,7 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey)
|
|||||||
if (restart == CMsgBox::mbrYes)
|
if (restart == CMsgBox::mbrYes)
|
||||||
{
|
{
|
||||||
if(g_settings.hdmi_cec_standby){
|
if(g_settings.hdmi_cec_standby){
|
||||||
videoDecoder->SetCECAutoStandby(false);
|
videoDecoder->SetCECMode((VIDEO_HDMI_CEC_MODE)0);
|
||||||
}
|
}
|
||||||
std::string startup_new = "/boot/STARTUP_" + to_string(selected);
|
std::string startup_new = "/boot/STARTUP_" + to_string(selected);
|
||||||
dprintf(DEBUG_NORMAL, "[update] Start selected partition %d (%s)\n", selected, startup_new.c_str());
|
dprintf(DEBUG_NORMAL, "[update] Start selected partition %d (%s)\n", selected, startup_new.c_str());
|
||||||
|
Reference in New Issue
Block a user