summaryrefslogtreecommitdiff
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) {
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()) {