There was an error fetching the commit references. Please try again later.
Merge pull request #2839 from Subv/global_kernel_lock
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).
No related branches found
No related tags found
Showing
- src/core/CMakeLists.txt 2 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/kernel/kernel.h 1 addition, 1 deletionsrc/core/hle/kernel/kernel.h
- src/core/hle/lock.cpp 11 additions, 0 deletionssrc/core/hle/lock.cpp
- src/core/hle/lock.h 18 additions, 0 deletionssrc/core/hle/lock.h
- src/core/hle/svc.cpp 6 additions, 2 deletionssrc/core/hle/svc.cpp
- src/core/memory.cpp 8 additions, 1 deletionsrc/core/memory.cpp
Loading
Please register or sign in to comment