mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-22 17:20:07 +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).