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:
TangoCash
2018-10-14 22:29:22 +02:00
committed by vanhofen
parent aae8dd1c2f
commit 3d2b7f379a

View File

@@ -705,7 +705,7 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey)
if (restart == CMsgBox::mbrYes)
{
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);
dprintf(DEBUG_NORMAL, "[update] Start selected partition %d (%s)\n", selected, startup_new.c_str());