Skip to content
  1. Aug 26, 2020
    • 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. Aug 25, 2020
  3. Aug 24, 2020
  4. Aug 23, 2020
  5. Aug 22, 2020
  6. Aug 21, 2020
  7. Aug 20, 2020
  8. Aug 19, 2020
  9. Aug 18, 2020
Loading