Skip to content

Commit

Permalink
fix PiP init (first call) hd51/h7/bre
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jan 21, 2024
1 parent 4dc76b2 commit 387b654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neutrino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,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);
Expand Down

0 comments on commit 387b654

Please sign in to comment.