From b090422991a6a4d29401aca91829e271bf9519b8 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sun, 15 Jan 2017 11:43:22 -0700 Subject: Gui: Change title bar to include build name Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar --- src/common/scm_rev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/scm_rev.h') diff --git a/src/common/scm_rev.h b/src/common/scm_rev.h index 0ef190afa..e22389803 100644 --- a/src/common/scm_rev.h +++ b/src/common/scm_rev.h @@ -9,5 +9,6 @@ namespace Common { extern const char g_scm_rev[]; extern const char g_scm_branch[]; extern const char g_scm_desc[]; +extern const char g_build_name[]; } // namespace -- cgit v1.2.3