summaryrefslogtreecommitdiffstats
path: root/src/core/hle/lock.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-29Use recursive_mutex instead of mutex to fix #2902danzel1-1/+1
2017-08-22Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).Subv1-0/+18