fix hdmi-cec going to deep-standby

This commit is contained in:
TangoCash
2022-11-21 19:26:38 +01:00
committed by Thilo Graf
parent 26d0f28f1e
commit e971b3c93d

View File

@@ -4877,6 +4877,10 @@ void CNeutrinoApp::ExitRun(int exit_code)
if (exit_code == CNeutrinoApp::EXIT_SHUTDOWN)
cGLCD::SetBrightness(0);
#endif
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
if (exit_code == CNeutrinoApp::EXIT_SHUTDOWN)
g_hdmicec->SetCECState(true);
#endif
Cleanup();