diff --git a/Source/Core/Core/Core.cpp b/Source/Core/Core/Core.cpp index 19bd249952..3d3166f4ea 100644 --- a/Source/Core/Core/Core.cpp +++ b/Source/Core/Core/Core.cpp @@ -796,7 +796,6 @@ void SaveScreenShot(std::string_view name) static bool PauseAndLock(Core::System& system, bool do_lock, bool unpause_on_unlock) { // WARNING: PauseAndLock is not fully threadsafe so is only valid on the Host Thread - ASSERT(IsHostThread()); if (!IsRunningAndStarted()) return true;