[qt] fix ci missing build_id #2638

Merged
Lizzie merged 1 commit from fix-ci-1112 into master 2025-10-01 12:16:43 +02:00

View file

@ -4204,8 +4204,8 @@ void GMainWindow::OnEmulatorUpdateAvailable() {
} }
#endif #endif
void GMainWindow::UpdateWindowTitle(std::string_view title_name, std::string_view title_version, void GMainWindow::UpdateWindowTitle(std::string_view title_name, std::string_view title_version, std::string_view gpu_vendor) {
std::string_view gpu_vendor) { static const std::string build_id = std::string{Common::g_build_id};
static const std::string yuzu_title = fmt::format("{} | {} | {}", static const std::string yuzu_title = fmt::format("{} | {} | {}",
std::string{Common::g_build_name}, std::string{Common::g_build_name},
std::string{Common::g_build_version}, std::string{Common::g_build_version},