Skip to content
  1. Jan 15, 2022
    • 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. Jan 14, 2022
  3. Jan 12, 2022
  4. Jan 11, 2022
  5. Jan 10, 2022
  6. Jan 08, 2022
  7. Jan 07, 2022
  8. Jan 06, 2022
  9. Jan 05, 2022
Loading