yuzu-mainline/src/core/hle
Lioncash 0c28ab92e6 core/hle/result: Remove now-unnecessary manually defined copy assignment operator
Previously this was required, as BitField wasn't trivially copyable.
BitField has since been made trivially copyable, so now this isn't
required anymore.
2019-03-10 18:34:20 -04:00
..
kernel Merge pull request #2193 from lioncash/global 2019-03-10 17:29:01 -04:00
service core/hle/result: Relocate IPC error code to ipc_helpers 2019-03-10 18:23:42 -04:00
ipc.h core/hle/ipc: Remove unnecessary includes 2019-03-05 09:53:38 -05:00
ipc_helpers.h core/hle/result: Relocate IPC error code to ipc_helpers 2019-03-10 18:23:42 -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