yuzu-mainline/src
Wunkolo 913c2bd2cb logging: Convert backend_thread into an std::jthread
Was getting an unhandled `invalid_argument` [exception](https://en.cppreference.com/w/cpp/thread/thread/join) during
shutdown on my linux machine. This removes the need for a `StopBackendThread` function entirely since `jthread`
[automatically handles both checking if the thread is joinable and stopping the token before attempting to join](https://en.cppreference.com/w/cpp/thread/jthread/~jthread) in the case that `StartBackendThread` was never called.
2022-02-27 16:23:52 -08:00
..
audio_core audio_core: Update current process revision 2022-02-11 00:56:13 -05:00
common logging: Convert backend_thread into an std::jthread 2022-02-27 16:23:52 -08:00
core Merge pull request #7932 from bunnei/extended-mem-layout 2022-02-26 01:41:08 -08:00
input_common Merge pull request #7859 from german77/battery_again 2022-02-24 11:42:51 -08:00
shader_recompiler emit_glsl_atomic: Implement 32x2 fallback atomic ops 2022-01-29 19:56:03 -05:00
tests cmake: make tests optional 2022-01-12 00:36:20 +01:00
video_core Merge pull request #7953 from ameerj/radv-rdna2-crash 2022-02-26 01:19:13 -08:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Merge pull request #7932 from bunnei/extended-mem-layout 2022-02-26 01:41:08 -08:00
yuzu_cmd settings: Add a new "use_extended_memory_layout" setting. 2022-02-21 13:07:19 -08:00
.clang-format
CMakeLists.txt cmake: make tests optional 2022-01-12 00:36:20 +01:00