early-access version 3117
This commit is contained in:
parent
a141aecaf4
commit
032761ebde
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 3115.
|
This is the source code for early-access 3117.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
|
@ -361,11 +361,10 @@ GMainWindow::GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG_INFO(Frontend, "Host CPU: {}", cpu_string);
|
LOG_INFO(Frontend, "Host CPU: {}", cpu_string);
|
||||||
#endif
|
|
||||||
|
|
||||||
if (std::optional<int> processor_core = Common::GetProcessorCount()) {
|
if (std::optional<int> processor_core = Common::GetProcessorCount()) {
|
||||||
LOG_INFO(Frontend, "Host CPU Cores: {}", *processor_core);
|
LOG_INFO(Frontend, "Host CPU Cores: {}", *processor_core);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
LOG_INFO(Frontend, "Host CPU Threads: {}", processor_count);
|
LOG_INFO(Frontend, "Host CPU Threads: {}", processor_count);
|
||||||
LOG_INFO(Frontend, "Host OS: {}", PrettyProductName().toStdString());
|
LOG_INFO(Frontend, "Host OS: {}", PrettyProductName().toStdString());
|
||||||
LOG_INFO(Frontend, "Host RAM: {:.2f} GiB",
|
LOG_INFO(Frontend, "Host RAM: {:.2f} GiB",
|
||||||
|
|
Loading…
Reference in a new issue