There was an error fetching the commit references. Please try again later.
core/hle/kernel: Make Mutex a per-process class.
Makes it an instantiable class like it is in the actual kernel. This will also allow removing reliance on global accessors in a following change, now that we can encapsulate a reference to the system instance in the class.
Showing
- src/core/hle/kernel/mutex.cpp 7 additions, 2 deletionssrc/core/hle/kernel/mutex.cpp
- src/core/hle/kernel/mutex.h 11 additions, 9 deletionssrc/core/hle/kernel/mutex.h
- src/core/hle/kernel/process.cpp 2 additions, 1 deletionsrc/core/hle/kernel/process.cpp
- src/core/hle/kernel/process.h 16 additions, 0 deletionssrc/core/hle/kernel/process.h
- src/core/hle/kernel/svc.cpp 11 additions, 6 deletionssrc/core/hle/kernel/svc.cpp
Loading
Please register or sign in to comment