1. 15 Jan, 2022 1 commit
    • bunnei's avatar
      hle: kernel: Fix service_threads access to be thread safe V2. · cc112f97
      bunnei authored
      - PR #7699 attempted to fix CreateServiceThread and ReleaseServiceThread to be thread safe, but inadvertently introduced a possible dead-lock.
      - With this PR, we use a worker thread to manage the service thread list, allowing it only to be accessed by a single thread, and guaranteeing threads will not destroy themselves.
      - Fixes a rare crash in Pokemon Sword/Shield, I've now run this game for ~12 hours non-stop and am quite confident this is a good solution for this issue.
      cc112f97
  2. 14 Jan, 2022 5 commits
  3. 12 Jan, 2022 7 commits
  4. 11 Jan, 2022 2 commits
  5. 10 Jan, 2022 4 commits
  6. 08 Jan, 2022 8 commits
  7. 07 Jan, 2022 6 commits
  8. 06 Jan, 2022 4 commits
  9. 05 Jan, 2022 3 commits