Przeglądaj źródła

yuzu: Fix UI elements not updating correctly

german77 4 lat temu
rodzic
commit
a9ad983c13
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/yuzu/main.cpp

+ 2 - 2
src/yuzu/main.cpp

@@ -1547,6 +1547,8 @@ void GMainWindow::ShutdownGame() {
     emu_thread->wait();
     emu_thread->wait();
     emu_thread = nullptr;
     emu_thread = nullptr;
 
 
+    emulation_running = false;
+
     discord_rpc->Update();
     discord_rpc->Update();
 
 
     // The emulation is stopped, so closing the window or not does not matter anymore
     // The emulation is stopped, so closing the window or not does not matter anymore
@@ -1585,8 +1587,6 @@ void GMainWindow::ShutdownGame() {
     emu_frametime_label->setVisible(false);
     emu_frametime_label->setVisible(false);
     renderer_status_button->setEnabled(true);
     renderer_status_button->setEnabled(true);
 
 
-    emulation_running = false;
-
     game_path.clear();
     game_path.clear();
 
 
     // When closing the game, destroy the GLWindow to clear the context after the game is closed
     // When closing the game, destroy the GLWindow to clear the context after the game is closed