summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMerry <git@mary.rs>2022-03-10 11:49:15 +0100
committerMerry <git@mary.rs>2022-03-10 11:49:15 +0100
commit22f50c6bc1e5b62e3e334f04b49c0b00cb2fea9c (patch)
tree5c2ba970cab18804aba18129be23a15b003f4568
parentMerge pull request #7998 from Wunkolo/cpuid_array (diff)
downloadyuzu-22f50c6bc1e5b62e3e334f04b49c0b00cb2fea9c.tar
yuzu-22f50c6bc1e5b62e3e334f04b49c0b00cb2fea9c.tar.gz
yuzu-22f50c6bc1e5b62e3e334f04b49c0b00cb2fea9c.tar.bz2
yuzu-22f50c6bc1e5b62e3e334f04b49c0b00cb2fea9c.tar.lz
yuzu-22f50c6bc1e5b62e3e334f04b49c0b00cb2fea9c.tar.xz
yuzu-22f50c6bc1e5b62e3e334f04b49c0b00cb2fea9c.tar.zst
yuzu-22f50c6bc1e5b62e3e334f04b49c0b00cb2fea9c.zip
-rw-r--r--src/common/logging/backend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index f1c9ed6c4..4a2462ec4 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -276,9 +276,9 @@ private:
ColorConsoleBackend color_console_backend{};
FileBackend file_backend;
- std::jthread backend_thread;
MPSCQueue<Entry, true> message_queue{};
std::chrono::steady_clock::time_point time_origin{std::chrono::steady_clock::now()};
+ std::jthread backend_thread;
};
} // namespace