Explorar o código

qt: fix 'Pause' menu item (#9497)

liamwhite %!s(int64=3) %!d(string=hai) anos
pai
achega
c86e21abe4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     }
 
     /**