Android: Remove HostThreadLock

Follow-up to 068947e. HostThreadLock no longer serves a purpose.
This commit is contained in:
JosJuice
2026-04-29 18:55:18 +02:00
parent 2b743639d8
commit c73dde2193
5 changed files with 0 additions and 72 deletions

View File

@@ -6,7 +6,6 @@
#include "Common/Logging/Log.h"
#include "Core/AchievementManager.h"
#include "UICommon/UICommon.h"
#include "jni/Host.h"
extern "C" {
@@ -24,7 +23,6 @@ Java_org_dolphinemu_dolphinemu_utils_ActivityTracker_setBackgroundExecutionAllow
JNIEXPORT void JNICALL
Java_org_dolphinemu_dolphinemu_utils_ActivityTracker_flushUnsavedData(JNIEnv*, jclass)
{
HostThreadLock guard;
UICommon::FlushUnsavedData();
}
}