early-access version 2996

This commit is contained in:
pineappleEA
2022-10-06 06:29:16 +02:00
parent 5d64751ac0
commit a1131762fb
20 changed files with 24 additions and 24 deletions

View File

@@ -219,7 +219,7 @@ private:
void StartBackendThread() {
backend_thread = std::jthread([this](std::stop_token stop_token) {
Common::SetCurrentThreadName("yuzu:Log");
Common::SetCurrentThreadName("Logger");
Entry entry;
const auto write_logs = [this, &entry]() {
ForEachBackend([&entry](Backend& backend) { backend.Write(entry); });