mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 01:12:56 +00:00
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).