Skip to content
  1. Aug 22, 2017
    • 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. Jul 18, 2017
  3. Jul 17, 2017
  4. Jul 16, 2017
  5. Jul 13, 2017
  6. Jul 11, 2017
  7. Jul 10, 2017
  8. Jul 09, 2017
  9. Jul 08, 2017
Loading