yuzu/src
Lioncash 76d83ffbec general: Move deleted copy/move constructor/assignment operators to public interface
This allows for better compiler errors, where the compiler will state a
copy or move couldn't occur due to the relevant function being deleted.

Previously a compiler would warn about the relevant function not being
accessible (which, while true, isn't as informative as it could be).
2022-02-02 12:17:08 -05:00
..
audio_core audio/stream: Adjust volume scale factor 2022-01-15 20:28:37 -06:00
common Merge pull request #7807 from german77/moar-buttons 2022-02-01 22:37:13 -07:00
core general: Move deleted copy/move constructor/assignment operators to public interface 2022-02-02 12:17:08 -05:00
input_common input_common: Add home and hard touch press buttons to UDP controllers 2022-01-30 09:17:22 -06:00
shader_recompiler spirv_atomic: Define U32x2 storage buffers for 64-bit storage atomics 2022-01-28 19:00:04 -05:00
tests cmake: make tests optional 2022-01-12 00:36:20 +01:00
video_core Merge pull request #7824 from lioncash/scache 2022-02-01 01:58:38 -05:00
web_service
yuzu Merge pull request #7807 from german77/moar-buttons 2022-02-01 22:37:13 -07:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt cmake: make tests optional 2022-01-12 00:36:20 +01:00