Browse Source

Me likes

Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
pull/15/merge
Matías Locatti 3 years ago
committed by GitHub
parent
commit
0c176ce828
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/yuzu/main.cpp

2
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});

Loading…
Cancel
Save