diff --git a/es-app/src/guis/GuiLaunchScreen.cpp b/es-app/src/guis/GuiLaunchScreen.cpp index 8164ae9e6..3dbf7089e 100644 --- a/es-app/src/guis/GuiLaunchScreen.cpp +++ b/es-app/src/guis/GuiLaunchScreen.cpp @@ -162,7 +162,7 @@ void GuiLaunchScreen::displayLaunchScreen(FileData* game) // width so that the sizes look somewhat consistent regardless of the aspect ratio // of the images. if (mImagePath != "") { - mMarquee->setImage(game->getMarqueePath(), false); + mMarquee->setImage(game->getMarqueePath(), false, true); mMarquee->cropTransparentPadding(static_cast(Renderer::getScreenWidth()) * (0.25f * (1.778f / Renderer::getScreenAspectRatio())), mGrid->getRowHeight(3));