From 5c57a546ada497e79c53c174a1a4da8c11b5d8e4 Mon Sep 17 00:00:00 2001 From: BPanther Date: Sun, 21 Jan 2024 19:58:35 +0100 Subject: [PATCH] fix PiP init (first call) hd51/h7/bre2ze4k Origin commit data ------------------ Commit: https://github.com/Duckbox-Developers/neutrino-ddt/commit/387b654d1bd06d579d058b0047dc3866eb88a3f3 Author: BPanther Date: 2024-01-21 (Sun, 21 Jan 2024) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index c96eb9dcf..673d30871 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3237,7 +3237,7 @@ TIMER_STOP("################################## after all ####################### xmltv_xml_readepg(); xmltv_xml_auto_readepg(); -#if ENABLE_PIP && BOXMODEL_E4HDULTRA +#if ENABLE_PIP && (BOXMODEL_E4HDULTRA || BOXMODEL_BRE2ZE4K || BOXMODEL_HD51 || BOXMODEL_H7) if (g_info.hw_caps->can_pip) { CZapit::getInstance()->OpenPip(0);