When debugging, put the git revision in the title

Useful for bug reports, user-friendly version still used when building
in release mode. A unix script for generating the git version is still
needed.
This commit is contained in:
Cornee Traas 2013-08-11 00:09:27 +02:00
parent cd3ad0b149
commit d249bfef4d
4 changed files with 87 additions and 2 deletions

6
rpcs3/git-version.h Normal file
View file

@ -0,0 +1,6 @@
// This is a generated file.
#define RPCS3_GIT_VERSION "cd3ad0b"
// If you don't want this file to update/recompile, change to 1.
#define RPCS3_GIT_VERSION_NO_UPDATE 0