[qt] fix ci missing build_id
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
dfe10bc851
commit
dc1db5b420
1 changed files with 2 additions and 2 deletions
|
@ -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},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue