diff options
| -rw-r--r-- | src/yuzu/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 1f238c913..693eaef02 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -362,7 +362,7 @@ GMainWindow::GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan      }      LOG_INFO(Frontend, "Host CPU: {}", cpu_string);  #endif -    LOG_INFO(Frontend, "Host CPU thread count: {}", processor_count); +    LOG_INFO(Frontend, "Host CPU Threads: {}", processor_count);      LOG_INFO(Frontend, "Host OS: {}", PrettyProductName().toStdString());      LOG_INFO(Frontend, "Host RAM: {:.2f} GiB",               Common::GetMemInfo().TotalPhysicalMemory / f64{1_GiB}); | 
