mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-05-15 23:50:09 +00:00

- CreateServiceThread and ReleaseServiceThread can be accessed by different threads, uses a lock to make this thread safe. - Fixes a rare crash in Pokemon Sword/Shield that can occur when a new service thread is being created while an old one is being destroyed.