From 8cf6efe6776d8c931ede4e5e74b25b70e3619903 Mon Sep 17 00:00:00 2001
From: unknown <27208977+FreddyFunk@users.noreply.github.com>
Date: Mon, 22 Jun 2020 15:56:41 +0200
Subject: [PATCH] Reorder variables to comply with the Auzure build pipeline

---
 src/yuzu/main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index f552b94015..42bbf8b356 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -2015,8 +2015,8 @@ void GMainWindow::UpdateWindowTitle(const std::string& title_name,
     } else {
         const auto fmt = std::string(Common::g_title_bar_format_running);
         setWindowTitle(QString::fromStdString(
-            fmt::format(fmt.empty() ? "yuzu {0}| {3} | {4} | {1}-{2}" : fmt, full_name, branch_name,
-                        description, title_name, title_version, date, build_id)));
+            fmt::format(fmt.empty() ? "yuzu {0}| {3} | {6} | {1}-{2}" : fmt, full_name, branch_name,
+                        description, title_name, date, build_id, title_version)));
     }
 }
 
-- 
GitLab