mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
update window title to have git scm
This commit is contained in:
parent
813ab23895
commit
639e671d6b
1 changed files with 6 additions and 7 deletions
|
@ -17,13 +17,6 @@ namespace Common
|
||||||
#define BUILD_TYPE_STR ""
|
#define BUILD_TYPE_STR ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const std::string& GetScmRevStr()
|
|
||||||
{
|
|
||||||
#define MPN_REV_STR "02/27/2022"
|
|
||||||
static const std::string scm_rev_str = "Dolphin MPN";
|
|
||||||
return scm_rev_str;
|
|
||||||
}
|
|
||||||
|
|
||||||
const std::string& GetScmRevGitStr()
|
const std::string& GetScmRevGitStr()
|
||||||
{
|
{
|
||||||
static const std::string scm_rev_git_str = SCM_REV_STR;
|
static const std::string scm_rev_git_str = SCM_REV_STR;
|
||||||
|
@ -34,6 +27,12 @@ const std::string& GetScmDescStr()
|
||||||
{
|
{
|
||||||
static const std::string scm_desc_str = SCM_DESC_STR;
|
static const std::string scm_desc_str = SCM_DESC_STR;
|
||||||
return scm_desc_str;
|
return scm_desc_str;
|
||||||
|
|
||||||
|
}
|
||||||
|
const std::string& GetScmRevStr()
|
||||||
|
{
|
||||||
|
static const std::string scm_rev_str = std::string("Dolphin MPN [") + SCM_DESC_STR + "]";
|
||||||
|
return scm_rev_str;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string& GetScmBranchStr()
|
const std::string& GetScmBranchStr()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue