neutrino.cpp: show logo on start up

This commit is contained in:
2017-10-16 20:50:00 +02:00
parent e169a76ff9
commit 54750e49b7

View File

@@ -2226,6 +2226,8 @@ TIMER_START();
g_videoSettings = new CVideoSettings;
g_videoSettings->setVideoSettings();
frameBuffer->showFrame(LOGODIR "/logo.jpg");
g_RCInput = new CRCInput();
InitZapitClient();