suyu/src
Lioncash 32b6fc4062 gc_adapter: Remove deprecated usage of = in lambda captures
It's deprecated in C++20 to use = to capture the this pointer.

Instead, we can simply pass this as an argument to the thread
constructor.
2020-07-12 15:38:19 -04:00
..
audio_core configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
common cmake: Fix libfmt linking errors 2020-07-10 14:04:06 +10:00
core configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
input_common gc_adapter: Remove deprecated usage of = in lambda captures 2020-07-12 15:38:19 -04:00
tests Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
video_core Merge pull request #4283 from lat9nq/fix-linux-nvidia-vulkan 2020-07-10 00:18:44 -03:00
web_service Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
yuzu Merge pull request #4221 from jbeich/unused-qt-opengl 2020-07-10 15:18:04 -04:00
yuzu_cmd configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
yuzu_tester configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
.clang-format
CMakeLists.txt Build System: Fix GCC & MINGW Build. 2020-06-27 11:36:28 -04:00