diff options
author | Lioncash <mathew1800@gmail.com> | 2020-07-12 15:38:16 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-07-12 15:38:19 -0400 |
commit | 32b6fc40622a838d4785d5e2dbea4ee17447c362 (patch) | |
tree | cd599317271b946d8786974a4d99cb8c04e4b0a2 /src/yuzu/configuration/configure_cpu_debug.cpp | |
parent | 9ce6ea648f7cb51f5411d3e0753ef9a3439381c5 (diff) |
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.
Diffstat (limited to 'src/yuzu/configuration/configure_cpu_debug.cpp')
0 files changed, 0 insertions, 0 deletions