mirror of
https://github.com/zhaobot/yuzu.git
synced 2025-01-29 04:17:04 -03:00
913c2bd2cb
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. |
||
---|---|---|
.. | ||
backend.cpp | ||
backend.h | ||
filter.cpp | ||
filter.h | ||
formatter.h | ||
log.h | ||
log_entry.h | ||
text_formatter.cpp | ||
text_formatter.h | ||
types.h |