diff options
| author | 2019-01-21 08:50:23 -0700 | |
|---|---|---|
| committer | 2019-01-21 08:50:23 -0700 | |
| commit | aa427bb2a752fc413d4452f1fea1190cdb2039b1 (patch) | |
| tree | e8d3082f962fba3bdb43b6ef60c3a64de2b303c5 /src | |
| parent | Change the background color of Stage Complete to yuzu blue (diff) | |
| download | yuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.tar.gz yuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.tar.xz yuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.zip | |
Remove blue box around loading screen
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 68bfa23ab..f1effb857 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -904,7 +904,6 @@ void GMainWindow::BootGame(const QString& filename) { | |||
| 904 | 904 | ||
| 905 | loading_screen->Prepare(Core::System::GetInstance().GetAppLoader()); | 905 | loading_screen->Prepare(Core::System::GetInstance().GetAppLoader()); |
| 906 | loading_screen->show(); | 906 | loading_screen->show(); |
| 907 | loading_screen->setFocus(); | ||
| 908 | 907 | ||
| 909 | emulation_running = true; | 908 | emulation_running = true; |
| 910 | if (ui.action_Fullscreen->isChecked()) { | 909 | if (ui.action_Fullscreen->isChecked()) { |