diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h index 1c2e76369b..eca16b3133 100644 --- a/src/yuzu/bootmanager.h +++ b/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; } /**