start.jpg: update start image

use start.jpg as default fallback for tvpic.
This commit is contained in:
2020-01-05 21:17:59 +01:00
parent 54582340c6
commit 439133be0d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -2670,7 +2670,7 @@ TIMER_START();
g_videoSettings->setVideoSettings();
// show start logo
bool startlogo = frameBuffer->showFrame("logo.jpg");
bool startlogo = frameBuffer->showFrame("start.jpg");
g_RCInput = new CRCInput();