mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #11987 from AdmiralCurtiss/remove-assert-host
Core: Remove host thread assert in PauseAndLock().
This commit is contained in:
commit
5b7fdfc7ca
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue