summaryrefslogtreecommitdiffstats
path: root/src/core/hle/lock.cpp
blob: be4bfce3bd84cdaf5df1a387d6ac853ec67dfeb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2017 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include <core/hle/lock.h>

namespace HLE {
std::recursive_mutex g_hle_lock;
}