From 27a084db9c82b99f29386be418ac633d55f6d4e3 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Thu, 10 Mar 2022 15:13:20 +0100 Subject: [PATCH] early-access version 2538 --- README.md | 2 +- src/common/logging/backend.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3377f8fe7..7632d7993 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2537. +This is the source code for early-access 2538. ## Legal Notice diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index f1c9ed6c4..4a2462ec4 100755 --- 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 message_queue{}; std::chrono::steady_clock::time_point time_origin{std::chrono::steady_clock::now()}; + std::jthread backend_thread; }; } // namespace