Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: hle: Remove global HLE lock. | bunnei | 2021-12-18 | 1 | -18/+0 |
* | Use recursive_mutex instead of mutex to fix #2902 | danzel | 2017-08-29 | 1 | -1/+1 |
* | Kernel/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). | Subv | 2017-08-22 | 1 | -0/+18 |