diff --git a/UI/EmuScreen.cpp b/UI/EmuScreen.cpp index 0b143e1452..439aaf3444 100644 --- a/UI/EmuScreen.cpp +++ b/UI/EmuScreen.cpp @@ -231,8 +231,8 @@ void EmuScreen::bootGame(const std::string &filename) { host->NotifyUserMessage(gr->T("DefaultCPUClockRequired", "Warning: This game requires the CPU clock to be set to default."), 15.0f); } - loadingViewColor_->Divert(0xFFFFFFFF, 0.15f); - loadingViewVisible_->Divert(UI::V_VISIBLE, 0.15f); + loadingViewColor_->Divert(0xFFFFFFFF, 0.75f); + loadingViewVisible_->Divert(UI::V_VISIBLE, 0.75f); } void EmuScreen::bootComplete() {