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