1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle
Lioncash 555cd26ec2 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.
2019-03-14 20:55:52 -04:00
..
kernel core/hle/kernel: Make Mutex a per-process class. 2019-03-14 20:55:52 -04:00
service Merge pull request #2226 from lioncash/private 2019-03-13 14:44:21 -04:00
ipc.h core/hle/ipc: Remove unnecessary includes 2019-03-05 09:53:38 -05:00
ipc_helpers.h Merge pull request #2223 from lioncash/error 2019-03-13 14:43:14 -04:00
lock.cpp Fix build on macOS and linux 2018-01-13 22:38:52 +00:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h core/hle/result: Remove now-unnecessary manually defined copy assignment operator 2019-03-10 18:34:20 -04:00