summaryrefslogtreecommitdiff
path: root/src/core/hle/lock.cpp
AgeCommit message (Expand)Author
2018-01-13Fix build on macOS and linuxMerryMage
2017-08-29Use recursive_mutex instead of mutex to fix #2902danzel
2017-08-22Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state betwee...Subv