diff options
author | James Rowe <jroweboy@gmail.com> | 2017-01-15 11:43:22 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2017-02-23 00:42:55 -0700 |
commit | b090422991a6a4d29401aca91829e271bf9519b8 (patch) | |
tree | ef312c8ce6f266aa7af43253b5ae1f3440f2de16 /src/common/scm_rev.h | |
parent | e971f17bb8ad4509be7170bce82d8e354c567201 (diff) |
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
Diffstat (limited to 'src/common/scm_rev.h')
-rw-r--r-- | src/common/scm_rev.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |