summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2019-01-21 08:50:23 -0700
committerJames Rowe <jroweboy@gmail.com>2019-01-21 08:50:23 -0700
commitaa427bb2a752fc413d4452f1fea1190cdb2039b1 (patch)
treee8d3082f962fba3bdb43b6ef60c3a64de2b303c5 /src
parent636cc2a4964f99bfa2d5ca12baf10357cf80ba8d (diff)
Remove blue box around loading screen
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/main.cpp1
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) {
loading_screen->Prepare(Core::System::GetInstance().GetAppLoader());
loading_screen->show();
- loading_screen->setFocus();
emulation_running = true;
if (ui.action_Fullscreen->isChecked()) {