yuzu/src/core/hle
Markus Wick 5a8cd1b118 Fix two GCC 11 warnings: Unneeded copies.
std::move created an unneeded copy.
iterating without reference also created copies.
2021-05-29 08:57:44 +02:00
..
kernel Fix two GCC 11 warnings: Unneeded copies. 2021-05-29 08:57:44 +02:00
service Merge pull request #6356 from ogniK5377/ApplyNpadSystemCommonPolicy 2021-05-28 10:05:20 -07:00
ipc_helpers.h hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects. 2021-05-20 21:41:52 -07:00
ipc.h hle: ipc: Add declarations for TIPC. 2021-05-10 15:05:10 -07: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: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00