diff options
author | bunnei <bunneidev@gmail.com> | 2021-06-04 19:26:48 -0700 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2021-06-04 19:26:48 -0700 |
commit | 27ce97fd42d758350c5100c4bbcb78de0a6d48b5 (patch) | |
tree | 7ebe2d29e0bbac3cd33dd21f8f154632aedfdea9 /src/yuzu/debugger/controller.cpp | |
parent | c8b3d928368b12dba3bf0f4221f7013e464540dd (diff) |
hle: kernel: Refactor to allocate a ServiceThread per service handler.
- Previously, we would allocate a thread per session, which adds new threads on CloneCurrentObject.
- This results in race conditions with N sessions queuing requests to the same service interface.
- Fixes Pokken Tournament DX crashes/softlocks, which were regressed by #6347.
Diffstat (limited to 'src/yuzu/debugger/controller.cpp')
0 files changed, 0 insertions, 0 deletions