diff --git a/UI/EmuScreen.cpp b/UI/EmuScreen.cpp index 532ed0d3db..2eca633fa5 100644 --- a/UI/EmuScreen.cpp +++ b/UI/EmuScreen.cpp @@ -937,6 +937,8 @@ void EmuScreen::CreateViews() { } return EVENT_DONE; }); + // Will become visible along with the loadingView. + loadingBG->SetVisibility(V_INVISIBLE); } UI::EventReturn EmuScreen::OnDevTools(UI::EventParams ¶ms) {