Revert "Android: Temporarily disable host thread check"

This reverts commit 361171fce0.
This commit is contained in:
JosJuice 2023-06-06 19:07:49 +02:00
parent 03f2f57edf
commit f11175d117
1 changed files with 1 additions and 4 deletions

View File

@ -796,10 +796,7 @@ 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
// TODO: Fix Android
#ifndef ANDROID
ASSERT(IsHostThread());
#endif
if (!IsRunningAndStarted())
return true;