From 032761ebde79f0ca9386a0242b47b18b286be388 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Sat, 12 Nov 2022 22:57:30 +0100 Subject: [PATCH] early-access version 3117 --- README.md | 2 +- src/yuzu/main.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8a5fd20a..b81402308 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3115. +This is the source code for early-access 3117. ## Legal Notice diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 6371244c2..738161e93 100755 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -361,11 +361,10 @@ GMainWindow::GMainWindow(std::unique_ptr config_, bool has_broken_vulkan } } LOG_INFO(Frontend, "Host CPU: {}", cpu_string); -#endif - if (std::optional processor_core = Common::GetProcessorCount()) { LOG_INFO(Frontend, "Host CPU Cores: {}", *processor_core); } +#endif LOG_INFO(Frontend, "Host CPU Threads: {}", processor_count); LOG_INFO(Frontend, "Host OS: {}", PrettyProductName().toStdString()); LOG_INFO(Frontend, "Host RAM: {:.2f} GiB",