mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Add git_branch to git-version.h, add display version info to gs_frame and add branch and version to log. (#3186)
* Added version number and branch name to gs_frame and log file. This also involved making the files that generate git-version.h , get the branch.
This commit is contained in:
parent
6a54b3929e
commit
c18e71ca29
6 changed files with 47 additions and 7 deletions
|
@ -4,5 +4,10 @@
|
|||
|
||||
namespace rpcs3
|
||||
{
|
||||
std::string get_branch()
|
||||
{
|
||||
return RPCS3_GIT_BRANCH;
|
||||
}
|
||||
|
||||
const extern utils::version version{ 0, 0, 3, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue