yuzu/src
bunnei 2147240e47 hle: kernel: Fix service_threads access to be thread safe.
- 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.
2022-01-13 21:26:10 -08:00
..
audio_core general: Add missing copyright notices 2021-12-05 16:18:53 -05:00
common logging/log.h: move enum class formatter to a separate file ... 2022-01-09 17:35:33 -07:00
core hle: kernel: Fix service_threads access to be thread safe. 2022-01-13 21:26:10 -08:00
input_common Merge pull request #7633 from german77/hotkeys 2022-01-11 10:49:23 -08:00
shader_recompiler logging/log.h: move enum class formatter to a separate file ... 2022-01-09 17:35:33 -07:00
tests cmake: make tests optional 2022-01-12 00:36:20 +01:00
video_core Merge pull request #7658 from ameerj/sparse-fixes 2022-01-06 13:50:14 +01:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Merge pull request #7690 from Morph1984/increase-file-limit-win 2022-01-13 21:25:06 -08:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt cmake: make tests optional 2022-01-12 00:36:20 +01:00