Commit Graph

2 Commits (acbd46366c893537c3e63f510b8ba04adafc0c02)

Author SHA1 Message Date
danzel 8266064796 Use recursive_mutex instead of mutex to fix #2902 8 years ago
Subv bca8916cea 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).
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.
8 years ago