liamwhite пре 3 година
родитељ
комит
c86e21abe4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/yuzu/bootmanager.h

+ 1 - 1
src/yuzu/bootmanager.h

@@ -80,7 +80,7 @@ public:
      * @return True if the emulation thread is running, otherwise false
      */
     bool IsRunning() const {
-        return m_is_running.load();
+        return m_is_running.load() || m_should_run;
     }
 
     /**