yuzu/src/core/hle
Lioncash 2ea45fe75b kernel/thread: Include thread-related enums within the kernel namespace
Previously, these were sitting outside of the Kernel namespace, which
doesn't really make sense, given they're related to the Thread class
which is within the Kernel namespace.
2018-09-13 16:05:57 -04:00
..
kernel kernel/thread: Include thread-related enums within the kernel namespace 2018-09-13 16:05:57 -04:00
service kernel/thread: Include thread-related enums within the kernel namespace 2018-09-13 16:05:57 -04:00
ipc.h ipc: minor fix 2018-09-13 11:59:23 -05:00
ipc_helpers.h kernel: Eliminate kernel global state 2018-08-28 22:31:51 -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 hle/result: Make ResultVal's move constructor as noexcept 2018-08-28 09:39:50 -04:00