1. 22 Aug, 2017 1 commit
    • Subv's avatar
      Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between... · bca8916c
      Subv authored
      Kernel/HLE: Use a mutex  to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).
      
      This mutex is acquired in SVC::CallSVC, ie, as soon as the guest application enters the HLE kernel, and should be acquired by the aforementioned threads before modifying kernel structures.
      bca8916c
  2. 18 Jul, 2017 6 commits
  3. 17 Jul, 2017 3 commits
  4. 16 Jul, 2017 16 commits
  5. 13 Jul, 2017 3 commits
  6. 11 Jul, 2017 5 commits
  7. 10 Jul, 2017 3 commits
  8. 09 Jul, 2017 2 commits
  9. 08 Jul, 2017 1 commit