summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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()) {