diff --git a/Source/Core/Core/Core.cpp b/Source/Core/Core/Core.cpp index 0d14dec9e8..025af268de 100644 --- a/Source/Core/Core/Core.cpp +++ b/Source/Core/Core/Core.cpp @@ -750,7 +750,7 @@ void RequestRefreshInfo() static bool PauseAndLock(bool do_lock, bool unpause_on_unlock) { // WARNING: PauseAndLock is not fully threadsafe so is only valid on the Host Thread - if (!IsRunning()) + if (!IsRunningAndStarted()) return true; bool was_unpaused = true;