mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:07:57 -05:00
Addressed feedback: switched to snake case and fixed clang-format errors
This commit is contained in:
@ -207,11 +207,11 @@ GMainWindow::GMainWindow()
|
||||
|
||||
const auto build_id = std::string(Common::g_build_id);
|
||||
const auto fmt = std::string(Common::g_title_bar_format_idle);
|
||||
const auto yuzuBuildVersion =
|
||||
const auto yuzu_build_version =
|
||||
fmt::format(fmt.empty() ? "yuzu Development Build" : fmt, std::string{}, std::string{},
|
||||
std::string{}, std::string{}, std::string{}, build_id);
|
||||
|
||||
LOG_INFO(Frontend, "yuzu Version: {} | {}-{}", yuzuBuildVersion, Common::g_scm_branch,
|
||||
LOG_INFO(Frontend, "yuzu Version: {} | {}-{}", yuzu_build_version, Common::g_scm_branch,
|
||||
Common::g_scm_desc);
|
||||
#ifdef ARCHITECTURE_x86_64
|
||||
LOG_INFO(Frontend, "Host CPU: {}", Common::GetCPUCaps().cpu_string);
|
||||
|
Reference in New Issue
Block a user