summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2019-01-21 16:50:23 +0100
committerJames Rowe <jroweboy@gmail.com>2019-01-21 16:50:23 +0100
commitaa427bb2a752fc413d4452f1fea1190cdb2039b1 (patch)
treee8d3082f962fba3bdb43b6ef60c3a64de2b303c5
parentChange the background color of Stage Complete to yuzu blue (diff)
downloadyuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.tar
yuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.tar.gz
yuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.tar.bz2
yuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.tar.lz
yuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.tar.xz
yuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.tar.zst
yuzu-aa427bb2a752fc413d4452f1fea1190cdb2039b1.zip
-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()) {