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