| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-13 | Fix build on macOS and linux | MerryMage | |
| 2017-08-29 | Use recursive_mutex instead of mutex to fix #2902 | danzel | |
| 2017-08-22 | Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state ↵ | Subv | |
| between the cpu thread and any other possible threads that might touch the kernel (network thread, etc). This mutex is acquired in SVC::CallSVC, ie, as soon as the guest application enters the HLE kernel, and should be acquired by the aforementioned threads before modifying kernel structures. | |||
