1. 26 Aug, 2020 1 commit
    • ReinUsesLisp's avatar
      hle/kernel: Fix data race in GetCurrentHostThreadID · 36eade7f
      ReinUsesLisp authored
      As reported by tsan, host_thread_ids could be read while
      any of the RegisterHostThread variants were called.
      
      To fix this, lock the register mutex when yuzu is running in multicore
      mode and GetCurrentHostThreadID is called.
      36eade7f
  2. 25 Aug, 2020 6 commits
  3. 24 Aug, 2020 9 commits
  4. 23 Aug, 2020 10 commits
  5. 22 Aug, 2020 4 commits
  6. 21 Aug, 2020 1 commit
  7. 20 Aug, 2020 2 commits
  8. 19 Aug, 2020 3 commits
  9. 18 Aug, 2020 4 commits