mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 02:43:42 +02:00
zapit.cpp: fix pip for CST
This commit is contained in:
@@ -124,10 +124,10 @@ int CPipSetup::exec(CMenuTarget* parent, const std::string &)
|
||||
paint();
|
||||
|
||||
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
||||
|
||||
#if !HAVE_CST_HARDWARE
|
||||
if (pipDecoder != NULL)
|
||||
pipDecoder->ShowPig(1);
|
||||
|
||||
#endif
|
||||
bool loop=true;
|
||||
while (loop) {
|
||||
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd, true);
|
||||
@@ -173,9 +173,10 @@ int CPipSetup::exec(CMenuTarget* parent, const std::string &)
|
||||
void CPipSetup::hide()
|
||||
{
|
||||
frameBuffer->Clear();
|
||||
|
||||
#if !HAVE_CST_HARDWARE
|
||||
if (pipDecoder != NULL)
|
||||
pipDecoder->ShowPig(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
void CPipSetup::clear()
|
||||
|
Reference in New Issue
Block a user