mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
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:
parent
cd3ad0b149
commit
d249bfef4d
4 changed files with 87 additions and 2 deletions
6
rpcs3/git-version.h
Normal file
6
rpcs3/git-version.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue