Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11987 from AdmiralCurtiss/remove-assert-host
Core: Remove host thread assert in PauseAndLock().
  • Loading branch information
JosJuice committed Jun 23, 2023
2 parents 51dfc03 + b5ba51c commit 5b7fdfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/Core.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 5b7fdfc

Please sign in to comment.