- neutrino: reset videodecoder at startup

Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-10-21 22:35:06 +02:00
committed by Thilo Graf
parent d88402bb52
commit 56274bf320

View File

@@ -3087,8 +3087,12 @@ TIMER_START();
g_videoSettings = new CVideoSettings;
g_videoSettings->setVideoSettings();
// show start logo
startlogo = frameBuffer->showFrame("start.jpg");
// reset videodecoder to fullscreen
videoDecoder->Pig(-1, -1, -1, -1);
// show startlogo
if (startlogo)
startlogo = frameBuffer->showFrame("start.jpg");
g_RCInput = new CRCInput();