Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    core/hle/kernel: Make Mutex a per-process class. · 555cd26e
    Lioncash authored
    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.
    555cd26e