mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Android: Move host thread lock to a separate file
This commit is contained in:
8
Source/Android/jni/Host.cpp
Normal file
8
Source/Android/jni/Host.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright 2023 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "jni/Host.h"
|
||||
|
||||
#include <mutex>
|
||||
|
||||
std::mutex HostThreadLock::s_host_identity_mutex;
|
Reference in New Issue
Block a user